0.0.26 • Published 4 months ago

@unstoppabledomains/config v0.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Unstoppable Domains Config

A common configuration reference for Unstoppable Domains environments 🛠️

CI Status

Installation

To use the Unstoppable Domains config in your own project, install the module in your project directory:

// with npm
npm install --save @unstoppabledomains/config

// with yarn
yarn add @unstoppabledomains/config

Usage

import config from '@unstoppabledomains/config';

console.log(
  'Unstoppable Domains smart contract',
  config.UNSTOPPABLE_CONTRACT_ADDRESS,
);

Contributing

To contribute changes to the domain-profiles project, you'll need to clone the project and build it in your local environment.

# Clone the project
git clone git@github.com:unstoppabledomains/domain-profiles.git
cd domain-profiles

# Build the project locally
yarn install # install dependencies
yarn build   # build shared packages

# Run the development server
yarn workspace server run dev

Testing

To run the tests (src/**/*.test.tsx files):

yarn test    # run all tests
yarn test:ci # run all tests and generate coverage report

Linting and code formatting

yarn lint   # automatically fixes linting errors
yarn format # checks for formatting errors
0.0.26

4 months ago

0.0.25

6 months ago

0.0.23

6 months ago

0.0.21

7 months ago

0.0.20

7 months ago

0.0.18

8 months ago

0.0.19

8 months ago

0.0.14

8 months ago

0.0.15

8 months ago

0.0.16

8 months ago

0.0.17

8 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago