Deploy a Semantic SBT contract leveraging Relation Protocol
git clone git@github.com:relationlabs/semanticSBT.gitcd semanticSBT
npm installvi hardhat.config.jsrinkeby: {
url: `https://rinkeby.infura.io/v3/${INFURA_PROJECT_ID}`,
accounts: [`${PRIVATE_KEY}`]
}npx hardhat node &
npx hardhat compileLast updated