fabric-gateway-this-cant-match

Node SDK client library for Hyperledger Fabric Gateway

Usage no npm install needed!

<script type="module">
  import fabricGatewayThisCantMatch from 'https://cdn.skypack.dev/fabric-gateway-this-cant-match';
</script>

README

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