affinidi-did-resolver-methods

Crates.ioaffinidi-did-resolver-methods
lib.rsaffinidi-did-resolver-methods
version
sourcesrc
created_at2024-09-09 10:55:22.965003
updated_at2025-02-12 01:57:37.839477
descriptionAffinidi DID Methods
homepagehttps://affinidi.com/
repositoryhttps://github.com/affinidi/affinidi-did-resolver
max_upload_size
id1369146
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Affinidi Bot (affinidibot)

documentation

README

Affinidi DID Resolver

Library of useful Decentralized Identifier (DID) libraries.

IMPORTANT: Affinidi DID Resolver is provided "as is" without any warranties or guarantees, and by using this framework, users agree to assume all risks associated with its deployment and use including implementing security, and privacy measures in their applications. Affinidi assumes no liability for any issues arising from the use or modification of the project.

Crate Structure

  • affinidi-did-resolver-cache-sdk

    • Developer friendly crate to instantiate either a local or network DID resolver with caching.
    • List of supported DID Methods is listed in the SDK README.
  • affinidi-did-resolver-cache-server

    Remote server that resolves and caches DID Documents at scale.

  • affinidi-did-resolver-methods

    Individual custom DID Method implementations reside here.

Getting Started

I want to start resolving DID's

  1. Read the affinidi-did-resolver-cache-sdk documentation, and get started with the example code.

I want to run a production network server for scale and offloading DID method resolving?

  1. Read the affinidi-did-resolver-cache-server documentation, fire it up as a service where ever you like.
Commit count: 41

cargo fmt