An nft wrapper around votium reward. This will used in conjunction with safEth to create afEth.
To use the correct node version run
nvm use
To install dependencies and compile run
yarn && yarn compile
For testing on hardhat simply run:
yarn test
Or for complete coverage:
yarn coverage
Run the following command to spin up your local node
yarn local:node
In another terminal run this command to deploy the contracts to your local node
yarn deploy --network localhost
Once deployed you can interact with your local contracts through Ethernal or scripts/tests