SemanticSBT Deployment tool
The Relation team has built a front-end deployment tool so that developers can deploy and use contracts efficiently.
Last updated
The Relation team has built a front-end deployment tool so that developers can deploy and use contracts efficiently.
Last updated
Clone the repository from github:
If successful, you can access http://localhost:3000.
Here we use Polygon as an example:
Deploy the SBT contract and its Verification contract:
If the contract deployment is successful, you can see its contract address. Then the initialization process of the SBT can begin.
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:
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:
To specify addresses which can mint the SBT. You can add multiple addresses at a time.