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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-22T15:35:49.000Z (8 months ago)
- Last Synced: 2025-03-06T04:47:45.671Z (2 months ago)
- Language: Rust
- Size: 86.9 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- 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


[](https://crates.io/crates/s2id)
[](https://docs.rs/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
```