ssi-contexts

JSON-LD context files related to Verifiable Credentials, Decentralized Identifiers, and Linked Data Proofs


Keywords
identity, jsonld, ssi, vc, vp
Licenses
Apache-2.0/W3C-20150513/CC-BY-SA-3.0/BSD-3-Clause

Documentation

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.

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