Skip to content

Canto-Network/clm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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