The JavaScript SDK for interacting with a Hiero based network
Note
The project has been transfered from the https://github.com/hashgraph org and therefore the namespace is at several locations still based on hashgraph
and hedera
.
We are working activly on migration the namespace fully to hiero.
NOTE: v1 of the SDK is deprecated and support will be discontinued after October 2021. Please install the latest version 2.x or migrate from v1 to the latest 2.x version. You can reference the migration documentation.
# with NPM
$ npm install --save @hashgraph/sdk
# with Yarn
$ yarn add @hashgraph/sdk
# with PNPM
$ pnpm add @hashgraph/sdk
- Taskfile tool installation
- Node.js: It is recommended to use Node.js v20 or higher for best performance and compatibility. The package may also work with Node.js v16, but this version has not been officially tested.
# with npm
$ npm install -g @go-task/cli
# with homebrew
$ brew install go-task
- pNpm package manager installation
# with npm
$ npm install -g pnpm
# with homebrew
$ brew install pnpm
After downloading the repo run:
-
task install
-
task build
to build the SDK
The Hiero JavaScript SDK supports the following:
- React Native with Expo - keep in mind that the SDK uses some functionalities provided from ethers/ethersproject and there is an issue using parts of ethers.js in this environment. A shims package has to be installed and imported before importing the SDK in your project as it is showed here
- Useful information: here and here
The Hiero JavaScript SDK does not currently support the following:
- React Native Bare
See examples.
Every example can be executed using the following command from the root directory: node examples/[name-of-example].js
For detailed information on configuring the SDK, including environment variables and client settings, please refer to the CONFIGURATION.md file.
- To start the integration tests follow the next steps:
- Run the local node
- Run
task test:integration:node
- Stop the local node
- To start unit tests follow the next steps:
- Run
task test:unit
(Note: the local node should not be running)
- Run
Whether you’re fixing bugs, enhancing features, or improving documentation, your contributions are important — let’s build something great together! Please read our contributing guide to see how you can get involved.
Hiero uses the Linux Foundation Decentralised Trust Code of Conduct.