- Run
npm i
- Run
npx hardhat test
to make sure tests pass
You can run a local node via HARDHAT_CHAIN_ID=<chain_id> npm run hardhat-node -- --port <port>
.
This local node will have mock versions of the contracts deployed.
Run npx hardhat coverage
to get a test coverage report.