Skip to content

Main PX Protocol repository that holds project smart contracts.

License

Notifications You must be signed in to change notification settings

PollinationX/smart-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published