Last updated 11 months ago
$ git clone
$ npm install
Use the SAMPLE-secrets.json file to create a secrets.json file
Add in the RPC and Private Key
# start the node $ npx hardhat node # run a script on localhost $ npx hardhat run .\filename.js --network localhost
# run unit test $ npx hardhat test.\filename.js --network localhost