1.5.3 • Published 2 years ago
@poodl/contracts-poodl-proxy v1.5.3
This package contains contracts for the PoodlProxy.
Installation
Install
npm install @poodl/contracts-poodl-proxy --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-poodl-proxy yarn buildOr continuously rebuild on change:
PKG=@poodl/contracts-poodl-proxy yarn watchClean
yarn cleanLint
yarn lintRun Tests
yarn test