Deploy a Semantic SBT contract leveraging Relation Protocol
We can use the contract template provided by Relation protocol to deploy our own Semantic SBT contracts.
Hardhat is used as the deployment tool. You can refer to: Use Hardhat to deploy contracts
Download the contract
Install dependencies
Modify the configuration file
Comment the following code segment so that it will not be executed.( For now we only use a local network to demonstrate contract deployment. We don't need to configure other networks.)
Compile the code
Modify the parameters for contract initialization
Use an editor to open the deployment script.
Modify the parameters
name: The name of the contract
symbol: The symbol of the contract
baseURI: The root directory of the tokenURI of the contract
Execute the deployment script
A successful deployment will show the below message in the console:
The last line of output is an RDF data representing the relationship of one address following another:
Last updated