git ssb

0+

cel-desktop / dillo-did



Branch:
Charles E. Lehner committed Add WWW hostingLatest: c513c07 on 12/20/2023, 10:10:43 PM
📄.gitignore
📄Cargo.toml
📄LICENSE
📄Makefile
📄README.md
📄dillo-did-key.png
📁src
README.md

dillo-did

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

Screenshot

dillo-did-key.png

Fetch

Get the source from one of the repository mirrors...

from git-ssb

git clone ssb://%T8QyhgamH7fmOiiYV/iWiSRmTDdxXje77teBB2yijGU=.sha256 dillo-did

from Codeberg

git clone https://codeberg.org/cel2/dillo-did

from Woodbine

git clone https://git.woodbine.nyc/cel/dillo-did

Build & Install

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

Discuss

License

Apache License, Version 2.0

Built with git-ssb-web