aws-account-payments
v0.0.1
Published
AWSAccountPayments contract for typescript
Downloads
3
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
.env
file and set your mnemonic as belowMNEMONIC="your mnemonic"
compile contracts, it will generate contract artifacts also typechains
yarn build
test contracts
yarn test
deploy contracts,
network name
is configured in your hardhat.config.ts, once contracts are deployed, hardhat will generate deployments filesnpx hardhat --network {{network name}} deploy
verify contracts
npx hardhat --network {{network name}} verify {contract address}
Once the rpc url is unavailable, check it here