ssi 0.3.0

Core library for Verifiable Credentials and Decentralized Identifiers.
docs.rs failed to build ssi-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ssi-0.7.0

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.

DIDKit core components

Maturity Disclaimer

In the v0.1 release on January 27th, 2021, SSI has not yet undergone a formal security audit and to desired levels of confidence for suitable use in production systems. This implementation is currently suitable for exploratory work and experimentation only. We welcome feedback on the usability, architecture, and security of this implementation and are committed to a conducting a formal audit with a reputable security firm before the v1.0 release.

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.

We are also in the process of creating crates.io entries for the DIDKit and SSI packages.

Install

$ git clone https://github.com/spruceid/ssi
$ cd ssi
$ git submodule update --init
$ cargo build

Additional resources