Code Version: 1.1.0
Whitepaper Version 1.1.0
0xC1E088fC1323b20BCBee9bd1B9fC9546db5624C5
0xDC59ac4FeFa32293A95889Dc396682858d52e5Db
0x87898263B6C5BABe34b4ec53F22d98430b91e371
- clone the repository
- cd into the protocol repository
- run
npm install
- in
hardhat.config.js
, add your alchemy/infura key asAPI_KEY
, set the correct base url asURL
and add your private key asPRIVATE_KEY
run npm test
to run all coverage tests
run npx hardhat coverage
to run all coverage tests and generate a coverage report