aws-account-payments
v0.0.1
Published
AWSAccountPayments contract for typescript
Maintainers
Readme
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
