@hiero-did-sdk/anoncreds
v0.1.7
Published
This package provides implementation of Hedera AnonCreds Registry, following Hedera AnonCreds Method specification.
Readme
@hiero-did-sdk/anoncreds
This package provides implementation of Hedera AnonCreds Registry, following Hedera AnonCreds Method specification. It enables the management of AnonCreds resources using Hedera Consensus Service (HCS) as Verifiable Data Registry (VDR) with support for revocation.
Features
- AnonCreds VDR: Register and resolve AnonCreds objects using HCS as highly-performant and cost-effective VDR.
- Revocation Support: Comprehensive support for AnonCreds revocation through effective approach for revocation registry management.
- TypeScript Support: Built with TypeScript to enhance developer experience and code maintainability.
Installation
Install the package via npm:
npm install @hiero-did-sdk/anoncredsUsage
Learn how to manage anoncreds registry on the Hedera network in the Usage Guide. For more detailed examples and usage scenarios, refer to the AnonCreds Package Guide.
API Reference
See detailed API specifications and available methods in the API Reference.
Running Tests
Unit tests are included to validate functionality. Run tests with:
npm testLicense
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
References
- Hiero DID SDK - The official repository for the Hashgraph DID SDK, containing the complete source code and documentation.
- Hedera JavaScript SDK - The official Hedera JavaScript SDK, used for interacting with the Hedera network.
- Hedera AnonCreds Method - The specification for Hedera AnonCreds Method implemented in thus package.
- Hedera Consensus Service - Documentation for the Hedera Consensus Service used by this package.
