@hiero-did-sdk/client
v0.1.8
Published
This package provides a flexible and configurable approach to managing Hedera SDK Clients with different network configurations.
Readme
@hiero-did-sdk/client
This package provides a flexible and configurable approach to managing Hedera SDK Clients with different network configurations.
Features
- Hedera Client Management: Simplifies the creation and configuration of Hedera clients.
- Multi-Network Support: Configure and manage clients for multiple Hedera networks simultaneously.
- TypeScript Support: Built with TypeScript to enhance developer experience and code maintainability.
Installation
Install the package via npm:
npm install @hiero-did-sdk/clientUsage
Learn how to use the HederaClientService in the Usage 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.
