Charles E. Lehner authored Update contexts and add zCap v1 context file (#419)Latest: e6d7e7b on 4/7/2022, 2:37:18 PM | |
📁 | .github |
📄 | .gitignore |
📄 | .gitmodules |
📄 | CHANGELOG.md |
📄 | Cargo.toml |
📄 | LICENSE |
📄 | NOTICE |
📄 | README.md |
📁 | contexts |
📁 | did-ethr |
📁 | did-ion |
📁 | did-key |
📁 | did-onion |
📁 | did-pkh |
📁 | did-sol |
📁 | did-test |
📁 | did-tezos |
📁 | did-web |
📁 | did-webkey |
📁 | examples |
📄 | json-ld-api |
📄 | json-ld-normalization |
📁 | src |
📁 | tests |
📁 | vc-test |
README.md
SSI's documentation is currently packaged with the DIDKit documentation here.
SSI
SSI provides core Verifiable Credential and Decentralized Identifier
functionality in Rust. Rust was chosen for its expressive type system, memory
safety, simple dependency web, and suitability across different platforms
including embedded systems. This library is embedded in the the cross-platform
didkit
library as a core dependency.
Security Audits
ssi has undergone the following security reviews:
We are setting up a process to accept contributions. Please feel free to open issues or PRs in the interim, but we cannot merge external changes until this process is in place.
Dependencies
clang
openssl-devel
Install
Crates.io
ssi = "0.4"
From Source
$ git clone https://github.com/spruceid/ssi
$ cd ssi
$ git submodule update --init
$ cargo build
Additional resources
Built with git-ssb-web