This package provides a flexible and configurable approach to managing Hedera SDK Clients with different network configurations.
npm install @hiero-did-sdk/clientThis package provides a flexible and configurable approach to managing Hedera SDK Clients with different network configurations.
- 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.
Install the package via npm:
``bash`
npm install @hiero-did-sdk/client
Learn how to use the HederaClientService in the Usage Guide.
See detailed API specifications and available methods in the API Reference.
Unit tests are included to validate functionality. Run tests with:
`bash``
npm test
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
- 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.