Skip to content

frederikrothenberger/ssi

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

Folders and files

NameName
Last commit message
Last commit date
Jan 18, 2023
Jun 28, 2023
Jun 28, 2023
Mar 8, 2023
Dec 14, 2022
Mar 8, 2023
Mar 8, 2023
Apr 14, 2023
Mar 8, 2023
Jun 28, 2023
Dec 14, 2022
Mar 8, 2023
Jul 14, 2023
Apr 24, 2023
Dec 8, 2022
Jan 5, 2021
Nov 2, 2022
Dec 8, 2022
Dec 14, 2022
Dec 14, 2022
Dec 14, 2022
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Dec 14, 2022
Apr 6, 2023
Jun 28, 2023
Dec 14, 2022
Dec 14, 2022
Mar 8, 2023
Jun 28, 2023
Jun 28, 2023
Jun 28, 2023
Oct 19, 2022
Jun 28, 2023
Feb 24, 2022
Jun 28, 2023
Mar 8, 2023
Jun 28, 2023
Jan 25, 2021
Sep 15, 2021
Jan 18, 2023

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.

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

About

Core library for decentralized identity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.7%
  • Shell 0.3%