Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 331 Bytes

B@BCoin Contracts

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

npx hardhat run scripts/testFunctions.js
npx hardhat run scripts/deployMumbai.js --network mumbai
npx hardhat run scripts/deployPolygon.js --network polygon