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/id/owner/idx1swlq72exr74zd7ghsp55965cg6pwsveplq68vh
{
"id": "did:sonr:abc123",
"publicKey": [
{
"id": "did:sonr:abc123#key-1",
"type": "Ed25519VerificationKey2018",
"publicKeyBase58": "..."
}
],
"alsoKnownAs": ["example.snr"]
// ...
}