1.5.3 • Published 2 years ago
@poodl/contracts-erc20 v1.5.3
Installation
Install
npm install @poodl/contracts-erc20 --saveInstall Dependencies
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
yarn config set workspaces-experimental trueThen install dependencies
yarn installBuild
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
PKG=@poodl/contracts-erc20 yarn buildOr continuously rebuild on change:
PKG=@poodl/contracts-erc20 yarn watchClean
yarn cleanLint
yarn lintRun Tests
yarn testTesting options
Contracts testing options like coverage, profiling, revert traces or backing node choosing - are described here.