0.0.1 • Published 3 years ago
aws-account-payments v0.0.1
Hardhat Template
this project is a hardhat template, which supports typescript and includes a lot of useful tools, like code lint, doc generator, and other contract tools
Install
yarn
Get start
create
.envfile and set your mnemonic as belowMNEMONIC="your mnemonic"compile contracts, it will generate contract artifacts also typechains
yarn buildtest contracts
yarn testdeploy contracts,
network nameis configured in your hardhat.config.ts, once contracts are deployed, hardhat will generate deployments filesnpx hardhat --network {{network name}} deployverify contracts
npx hardhat --network {{network name}} verify {contract address}
Once the rpc url is unavailable, check it here
0.0.1
3 years ago