@hiero-did-sdk/core
v0.1.7
Published
This package forms the foundation of the Hiero DID SDK. It provides essential interfaces, utilities, and validation tools for working with Decentralized Identifiers (DIDs) on the Hedera network.
Readme
@hiero-did-sdk/core
This package forms the foundation of the Hiero DID SDK. It provides essential interfaces, utilities, and validation tools for working with Decentralized Identifiers (DIDs) on the Hedera network.
Features
- Interfaces: Exports core interfaces for DID operations and Hedera interactions.
- Key Management: Provides utilities for handling and transforming cryptographic keys in various formats.
- DID Validation: Ensures DIDs comply with the specification using the
isHederaDIDfunction. - TypeScript Support: Built with TypeScript to enhance developer experience and code maintainability.
Installation
Install the package via npm:
npm install @hiero-did-sdk/coreUsage
Learn how to use the core interfaces and utilities for DID operations in the Core Package Guide.
API Reference
Learn more in the Core 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 Hiero DID SDK, containing the complete source code and documentation.
- Hedera JavaScript SDK - The official Hedera JavaScript SDK, used for interacting with the Hedera network.
