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.
- Install dependencies with
yarn
- Develop
- 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
yarn start
— development modeyarn build
— build the codeyarn release
— create a release and publish the package