Setting Up Environment
URL
https://github.com/Institution-for-a-Global-Society/ongaeshi-nft-mgmt-smtcon.git
Clone Repo
$ git cloneInstallation
$ npm installCreate local node
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 localhostTest
Last updated