Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 213 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 213 Bytes

Smart Contract Compile & Deploy

$ npx hardhat compile

$ npx hardhat run --network rinkeby ./scripts/0_deploy_contract.js

$ npx hardhat verify --network rinkeby [Contract Address] [Constructor Params]