Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 532 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 532 Bytes

Wave Portal - Web3 App

  • Run following to test the code:
npx hardhat run scripts/run.js
  • Run following to deploy on local network and test the code:
npx hardhat run scripts/run.js --network localhost
  • Run following to deploy on test network:
npx hardhat run scripts/deploy.js --network rinkeby

Some Other commands:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help