mkdir smart-contract
cd smart-contract
npx hardhat
npx hardhat compile
npx hardhat node
npx hardhat run scripts/sample-script.js --network localhost
Name: localhost:8545
RPC URL: http://localhost:8545
ChainID: 31337
Currency Symbol: ETH
cp -R ../teaching-material/tasks .
cp ../teaching-material/hardhat.config.js .
npx hardhat --network localhost faucet <your address>
Finish index-START.html
file.
npm install @openzeppelin/contracts