Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LNP-BP/ssi
Self-sovereign identity with globally signalled and provable revocation
https://github.com/LNP-BP/ssi
Last synced: about 1 month ago
JSON representation
Self-sovereign identity with globally signalled and provable revocation
- Host: GitHub
- URL: https://github.com/LNP-BP/ssi
- Owner: LNP-BP
- License: apache-2.0
- Created: 2024-04-23T20:50:47.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-22T15:35:49.000Z (3 months ago)
- Last Synced: 2024-10-13T08:53:01.146Z (2 months ago)
- Language: Rust
- Size: 86.9 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-rgb-protocol - SSI
README
# Self-sovereign identity
![Build](https://github.com/LNP-BP/ssi/workflows/Build/badge.svg)
![Tests](https://github.com/LNP-BP/ssi/workflows/Tests/badge.svg)
![Lints](https://github.com/LNP-BP/ssi/workflows/Lints/badge.svg)[![crates.io](https://img.shields.io/crates/v/s2id)](https://crates.io/crates/s2id)
[![Docs](https://docs.rs/s2id/badge.svg)](https://docs.rs/s2id)
[![Apache-2 licensed](https://img.shields.io/crates/l/s2id)](./LICENSE)## Installation
```console
$ cargo install s2id --all-features
```## Use
```console
$ ssi help
$ ssi new --no-expiry --uid "My Name "
$ ssi list
$ SIG=`ssi sign [email protected] -t "Test message"`
$ ssi verify $SIG
```