Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 272 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 272 Bytes

Canto FPI

Set up

  • node version 18
  • forge version 0.2.0
# install node modules
yarn

# set up environment variable PRIVATE_KEY

# set up forge
forge

To run hardhat scripts

npx hardhat run <PATH-TO-SCRIPT>

To run tests

forge test -vv