Auction contracts for Pure Finance...
Stack:
$ npm install
$ npm run build
$ npm run test
$ npm run coverage
Setup the env vars properly (See .env.template
file) and run:
# deploy
$ npm run deploy -- --gasprice <gas price in wei> --network <network>
# create release
$ npx hardhat create-release --release <semver> --network <network>