Skip to content

Various constants used by BWL products

License

Notifications You must be signed in to change notification settings

BigWhaleLabs/constants

Repository files navigation

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

  1. Install dependencies with yarn
  2. Develop

Development in conjunction with another project

  1. Run yarn link in the root folder (more about yarn link)
  2. Run develop mode with yarn start
  3. In another project run yarn link @big-whale-labs/constants
  4. Nice! Your project will now use the local version of @big-whale-labs/constants

Available Scripts

  • yarn start — development mode
  • yarn build — build the code
  • yarn release — create a release and publish the package