Install the dependencies
npm installShow available tasks and options
npx hardhat helpCompile the smart contracts with hardhat
npx hardhat nodeRun the tests
npx hardhat testRun the tests and show code coverage
npx hardhat coverageRun local hardhat network
npx hardhat nodeDeploy VoteDeployer contract
- requires Private key and Infura API key
npx hardhat --network localhost run scripts/deploy.jsVerify a smart contract with etherscan
- requires etherscan API key
npx hardhat verify --network <network> <DEPLOYED_CONTRACT_ADDRESS> 'constructor arg 1' 'constructor arg 2'| Contacts | |
|---|---|
| ivan.r.stanchev.2018@elsys-bg.org | |
| Ivan Stanchev |
MIT