- Node:
>=10.15.5 <12.0.0
- Yarn:
>=1.0.0
If you have already done this in the root level of this monorepo, you can skip this step.
yarn install
yarn build
yarn test
yarn deploy [--network <network>]
Currently the only available values for network are:
-
local
: localganache-cli
running on port8545
-
development
: developmentganache-cli
(run it withyarn ganache-dev
) -
rinkeby
: Rinkeby test network
IMPORTANT: To use this smart contract, you need to at least deploy it to local
or development
.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
This README was generated with ❤️ by JC Bombardelli