Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tweedegolf/irmars
Rust library for interfacing with irma servers.
https://github.com/tweedegolf/irmars
Last synced: about 1 month ago
JSON representation
Rust library for interfacing with irma servers.
- Host: GitHub
- URL: https://github.com/tweedegolf/irmars
- Owner: tweedegolf
- License: other
- Created: 2021-10-22T10:05:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T19:54:29.000Z (over 1 year ago)
- Last Synced: 2024-11-17T11:31:08.996Z (about 2 months ago)
- Language: Rust
- Size: 75.2 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This library is still under development, and interfaces may or may not be stable. Use at your own peril**
This crate provides a rust wrapper around the irma server rest API. It can be used to interface with an irma server for disclosure, signatures and issuance. Although its concept is inspired by the original irma crate (https://github.com/Wassasin/irmars) it was constructed from the ground up to provide a consistent interface with support for all of the major session types.
For documentation on the IRMA ecosystem, see [the IRMA documentation](https://irma.app/docs)