Skip to content

oed/ssi

This branch is 306 commits behind spruceid/ssi:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

092db1a · Aug 31, 2021
Apr 1, 2021
Aug 31, 2021
Aug 24, 2021
Aug 24, 2021
Jul 14, 2021
Aug 31, 2021
Aug 24, 2021
Jul 20, 2021
Aug 26, 2021
Aug 24, 2021
Jul 14, 2021
Aug 24, 2021
Mar 31, 2021
Jan 5, 2021
Jan 5, 2021
Aug 31, 2021
Aug 23, 2021
Aug 24, 2021
Jul 11, 2020
Apr 15, 2021
May 26, 2021
Jul 20, 2021
Jan 25, 2021
Mar 31, 2021
Apr 24, 2021

Repository files navigation

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

About

Core library for decentralized identity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.9%
  • Shell 0.1%