Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardhat For Dummies

Build SmartContract

npx hardhat clean
npx hardhat compile

Deploy SmartContract

npx hardhat run scripts/deploy.js --network networkName (mainnet, testnet, mumbai,..)

Verify SmartContract

npx hardhat verify CONTRACT_ADDRESS --network networkName

Verify SmartContract with parameters in constructor

npx hardhat verify CONTRACT_ADDRESS --network networkName “param1” “param2” “param3”

Run tests

npx hardhat test --network networkName

About

Main PX Protocol repository that holds project smart contracts.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages