ssetzer / hedera-sdk-js

Hedera™ Hashgraph SDK for JavaScript/TypeScript

Home Page:https://docs.hedera.com/guides/docs/sdks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hedera™ Hashgraph JavaScript SDK

The JavaScript SDK for interacting with Hedera Hashgraph: the official distributed consensus platform built using the hashgraph consensus algorithm for fast, fair and secure transactions. Hedera enables and empowers developers to build an entirely new class of decentralized applications.

Install

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 here.

# with NPM
$ npm install --save @hashgraph/sdk

# with Yarn
$ yarn add @hashgraph/sdk

# with PNPM
$ pnpm add @hashgraph/sdk

Usage

See examples.

Contributing to this Project

We welcome participation from all developers! For instructions on how to contribute to this repo, please review the Contributing Guide.

License Information

Licensed under Apache License, Version 2.0 – see LICENSE in this repo or apache.org/licenses/LICENSE-2.0.

About

Hedera™ Hashgraph SDK for JavaScript/TypeScript

https://docs.hedera.com/guides/docs/sdks

License:Apache License 2.0


Languages

Language:JavaScript 97.9%Language:HTML 0.7%Language:Java 0.7%Language:Objective-C 0.4%Language:Starlark 0.2%Language:Ruby 0.1%