1.0.4 • Published 5 years ago

hedera-sdk-js v1.0.4

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

Hedera SDK, JavaScript

This repository tracks https://github.com/hashgraph/hedera-protobuf and is used to generate JavaScript gRPC packages for Hedera.

Set up

npm install

Automated update for our pbnode and pbweb packages from hedera-protobuf

# by default, this will clone the latest hedera-protobuf on master branch and 
# generate JS gRPC packages into pbnode and pbweb
# hedera-protobuf master branch is automatically tested against Hedera main-net 
# and Hedera test-net
./scripts/proto.sh

# if we want to use the vNext branch (which is tested against Hedera engineering's 
# testnet -- new features that are not released to main-net or test-net),
# then, run
./scripts/proto.sh vNext
1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago