@big-whale-labs/constants
v0.3.8
Published
Various constants used by BWL products
Downloads
171
Keywords
Readme
Constants
Various constants used across the BWL repos. Source of truth for the contract addresses. The list of the most up-to-date NPM packages can be found at npmjs.com/org/big-whale-labs.
Local launch
- Install dependencies with
yarn
- Develop
Development in conjunction with another project
- Run
yarn link
in the root folder (more about yarn link) - Run develop mode with
yarn start
- In another project run
yarn link @big-whale-labs/constants
- Nice! Your project will now use the local version of
@big-whale-labs/constants
Available Scripts
yarn start
— development modeyarn build
— build the codeyarn release
— create a release and publish the package