Re-usable components built using Radix UI and Tailwind CSS.
This endpoint allows you to retrieve a DID Document by the owner listed on the Blockchain.
curl -G https://core.build/service/localhost
{
"service": {
"id": "localhost",
"controller": "did:web:localhost",
"type": "LinkedDomains",
"origin": "localhost",
"name": "Localhost"
},
"success": true
}