Crates.io | did-pkarr |
lib.rs | did-pkarr |
version | 0.0.0 |
created_at | 2025-06-17 08:34:47.692707+00 |
updated_at | 2025-06-17 08:34:47.692707+00 |
description | PKARR based Decentralized Identifiers |
homepage | |
repository | https://github.com/NexusSocial/identity |
max_upload_size | |
id | 1715411 |
size | 98,241 |
did:pkarr
are DIDs that are based on
Public Key Addressable Resource Records.
did:key
, it is mutable and has a richer set of data it can contain.did:web
, it is fully decentralized.did:pkarr:47pjoycnsrfmxikm95jh13y88e8qnhzu5kungjpxyepgt7a8krpy
The basic format is:
did:
- all Decentralized Identifiers start with thispkarr:
- Indicates which type of DID this is - in our case, did:pkarr
.47pjoycnsrfmxikm95jh13y88e8qnhzu5kungjpxyepgt7a8krpy
- the public key.did:pkarr:<public-key>
.This project is experimental and prone to breaking changes. Be warned!