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 URL - updates: 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

Apache License, Version 2.0