0.1.3 • Published 3 years ago

fabric-gateway-sdk v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

Hyperledger Fabric Gateway Client SDK for Node

The Fabric Gateway SDK allows applications to interact with a Fabric blockchain network. It provides a simple API to submit transactions to a ledger or query the contents of a ledger with minimal code.

The Gateway SDK implements the Fabric programming model as described in the Developing Applications chapter of the Fabric documentation.

How to use

The following shows a complete code sample of how to connect to a fabric network, submit a transaction and query the ledger state using an instantiated smart contract (fabcar sample).

API documentation

Full JSdoc documentation will be published.

Installation

tbd

npm install fabric-gateway

Compatibility

tbd

0.1.3

3 years ago