fairingrey / ssi

Core library for decentralized identity.

Home Page:https://spruceid.dev/docs/primer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Dependencies

clang
openssl-devel

Install

Crates.io

ssi = "0.3"

From Source

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

Additional resources

About

Core library for decentralized identity.

https://spruceid.dev/docs/primer

License:Apache License 2.0


Languages

Language:Rust 99.9%Language:Shell 0.1%