npm install
npm start
- create .env in root directory
- create config vars for rinkeby network deploy (see hardhat.config.js)
- run
npx hardhat compile
npx hardhat run scripts/citation-script --network rinkeby
npx hardhat test
npm install
npm start
npx hardhat compile
npx hardhat run scripts/citation-script --network rinkeby
npx hardhat test