7 releases
0.3.1 | Sep 20, 2024 |
---|---|
0.3.0 | Jul 26, 2024 |
0.2.1 | Mar 8, 2023 |
0.2.0 | Dec 16, 2022 |
0.1.0 | Apr 2, 2021 |
#10 in #tezos
793 downloads per month
Used in 20 crates
(3 directly)
520KB
12K
SLoC
did-tz
Rust implementation of the did:tz DID Method, based on the ssi library.
Method-specific Resolution Options
As per the DID Tezos specific, DID resolution for did-tezos is always tiered, and in some use-cases this requires passing the did-tz resolver in ssi some Resolution Metadata. These properties are as follows:
tzkt_url
: Custom indexer endpoint URLupdates
: Off-Chain DID Document Updates, aka "DID Document patches", as specified in the Tezos DID Method Specification.public_key
: a Public key in Base58 format (publicKeyBase58) to add to a derived DID document (implicit resolution) where no look-up mechanism is available in ssi.
License
Dependencies
~22–38MB
~622K SLoC