Smart Contracts accompanying the Academic Incentive Ontology
git clone https://github.com/sharing-science/aio-contracts.git && cd aio-contracts
npm install --save-dev hardhat
touch .env
API_URL = "Alchemy Url"
ACC_1 = "Metamask Address 1"
ACC_2 = "Metamask Address 2"
Get Alchemy Url at https://www.alchemy.com/ - Sign up - 'Create app' - make sure this is on Rinkeby Network, use all other defaults - View key - Copy HTTP url
Create two temporary Metamask accounts on the Rinkeby network - account 1 must have an ETH balance - use https://faucets.chain.link/rinkeby
npx hardhat run scripts/run.js