Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledger/indy-shared-rs
Shared Rust data types and utility functions for Hyperledger Indy.
https://github.com/hyperledger/indy-shared-rs
citz hyperledger hyperledger-indy indy indy-shared-rs trust-over-ip verifiable-organizations-network von
Last synced: about 3 hours ago
JSON representation
Shared Rust data types and utility functions for Hyperledger Indy.
- Host: GitHub
- URL: https://github.com/hyperledger/indy-shared-rs
- Owner: hyperledger
- License: apache-2.0
- Created: 2020-04-07T03:57:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:01:42.000Z (about 1 month ago)
- Last Synced: 2024-12-19T17:09:50.733Z (4 days ago)
- Topics: citz, hyperledger, hyperledger-indy, indy, indy-shared-rs, trust-over-ip, verifiable-organizations-network, von
- Language: Rust
- Homepage:
- Size: 538 KB
- Stars: 13
- Watchers: 15
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# indy-shared-rs
Shared Rust libraries for Hyperledger Indy.
- `indy-credx`: Indy verifiable credential issuance and presentation (aka Anoncreds).
- `indy-data-types`: Data type definitions for Schemas, Credential Definitions and other types related to credential issuance and processing.
## Credit
The initial implementation of `indy-shared-rs` was developed by the Verifiable Organizations Network (VON) team based at the Province of British Columbia, and derives largely from the implementations within [Hyperledger Indy-SDK](https://github.com/hyperledger/indy-sdk). To learn more about VON and what's happening with decentralized identity in British Columbia, please go to [https://vonx.io](https://vonx.io).
## Contributing
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
We also welcome issues submitted about problems you encounter in using `indy-shared-rs`.
## License
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/main/LICENSE)