W3C Decentralized Identifiers - Dillo Browser Plugin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Charles E. Lehner 21cf63b48e
Init
4 years ago
src Init 4 years ago
.gitignore Init 4 years ago
Cargo.toml Init 4 years ago
LICENSE Init 4 years ago
Makefile Init 4 years ago
README.md Init 4 years ago

README.md

dillo-did

Dillo plugin for did (Decentralized Identifier) URIs. Written in Rust. Requires Rust nightly. Build using Cargo. Uses ssi/DIDKit.

Screenshot

dillo-did-key.png

Install from git-ssb

git clone ssb://%T8QyhgamH7fmOiiYV/iWiSRmTDdxXje77teBB2yijGU=.sha256 dillo-did
cd dillo-did
make install
dpidc stop

You can also use make link instead of make install, to install via a symlink.

Built-in supported DID methods

Fallback resolver for additional DID methods

Set environmental variable DID_RESOLVER to a URL for a DID Resolver HTTP(S) endpoint - e.g. to an instance of Universal Resolver.

TODO

  • Make external resolver URL(s) configurable via a config file
  • Render DID documents more nicely

License

Apache License, Version 2.0