Comment on page
SemanticSBT Deployment tool
The Relation team has built a front-end deployment tool so that developers can deploy and use contracts efficiently.
Clone the repository from github:
git clone [email protected]:relationlabs/sbt-deployment-utils.git
yarn
yarn dev
.png?alt=media)
Figure 9-1 Connect Wallet
Here we use Polygon as an example:
.png?alt=media)
Figure 9-2 Select a Network
%20(1)%20(1)%20(1)%20(1).png?alt=media)
Figure 9-3 Start Deploy
Deploy the SBT contract and its Verification contract:
.png?alt=media)
Figure 9-4 Deploy Contract
If the contract deployment is successful, you can see its contract address. Then the initialization process of the SBT can begin.
.png?alt=media)
Figure 9-5 Start Init Contract
During initializing the SBT, we will need to fill in certain properties of the SBT based on the needs of the project. Here we take the TestSBT as an example:
.png?alt=media)
Figure 9-6 Init Contract
Based on the needs of the project, we should fill in the name of the Object. Here we will use the Token2049 as an example:
.png?alt=media)
Figure 9-7 Init Verification Contract
To specify addresses which can mint the SBT. You can add multiple addresses at a time.
%20(1)%20(1)%20(1)%20(1).png?alt=media)
Figure 9-8 Add Whitelist
%20(1)%20(1)%20(1)%20(1).png?alt=media)
Figure 9-9 Mint SBT
Last modified 7mo ago