canary-dapp-smartcontract

JSDay Smart Contract for Canary Dapp

Stars
9

Canary DApp Smart Contract deployment process

Try running some of the following tasks:

CONTRACT_NAME=Counter npx hardhat run scripts/deploy.js --network rinkeby
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help