Hedera JavaScript API is the environment for working with Hedera Hashgraph - a distributed network using the hashgraph consensus algorithm for fast, fair and secure transactions. This is an unofficial version of the development tool by Excalibur_ team.
npm install hederasdk
yarn add hederasdk
Connection HederaSDK library for further use:
const HederaSDK = require("hederasdk");
Creating an instance of the HederaSDK class:
let hederaHashgraph = new HederaSDK("_address_", "_port_", "_targetOS_");
You can get methods for working with your object:
console.log(hederaHashgraph);
Example of a method call on an object:
hederaHashgraph.version();
- Excalibur_ chat: Gitter
- Email: support@xclbr.io
- Issues page for reports
Offiсial:
By launchbadge:
You can visit The Hedera Site.
Please review the Contributing Guide.