LNP-BP / ssi

Self-sovereign identity with globally signalled and provable revocation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self-sovereign identity

Build Tests Lints

crates.io Docs Apache-2 licensed

Installation

$ cargo install s2id --all-features

Use

$ ssi help
$ ssi new --no-expiry --uid "My Name <mailto:my@email.com>"
$ ssi list
$ SIG=`ssi sign my@email.com -t "Test message"`
$ ssi verify $SIG

About

Self-sovereign identity with globally signalled and provable revocation

License:Apache License 2.0


Languages

Language:Rust 100.0%