Add Service Endpoint
This tutorial explains how to add service endpoints to a DID registered with InfraDID.
Last updated
This tutorial explains how to add service endpoints to a DID registered with InfraDID.
Last updated
Before you begin, Make sure you have the following:
To make a list of service endpoints available for a specific DID and store it on the chain, making it public for others to inspect the Document of a specific DID, follow these steps:
Visit the InfraBlockchain Explorer and follow the steps below.
Go to Developer
- Extrinsic
and select the addServices
extrinsic of the didModule
palette.
Configure it as shown below and trigger the extrinsic:
To remove service endpoints from InfraDID, follow these steps:
Visit the InfraBlockchain Explorer and follow the steps below.
Go to Developer
- Extrinsic
and select the removeServices
extrinsic of the didModule
palette.
Configure it as shown below and trigger the extrinsic:
infra-did-js
LibraryTo add and remove service endpoints from InfraDID using the infra-did-js
library:
Install the infra-did-js
library.
Write code to set up the basic configuration code for accessing InfraDID chain, as shown below:
Write code to add service endpoints to InfraDID:
Alternatively, write code to remove service endpoints from InfraDID: