Deploy the contract
Contract Deployment Guidance
Download
git clone git@github.com:relationlabs/relation-sbt.gitPrepare the compilation environment
npm install --save-dev hardhatCompile the contract
cd relation-sbt
npm install
npx hardhat compileDeploy the contract
npx hardhat run scripts/deploy.js --network {$network}Last updated