Skip to content

Getting started

The Fabric Gateway is a core component of a Hyperledger Fabric blockchain network, and coordinates the actions required to submit transactions and query ledger state on behalf of client applications. By using the Gateway, client applications only need to connect to a single endpoint in a Fabric network. For a detailed description the Fabric Gateway, refer to the architecture reference in the main Fabric documentation.

Documentation

The Fabric Gateway client API is available for several programming languages to support the development of client applications that interact with a Fabric network using the Gateway.

Go

Node

Java

Tutorials

The following tutorials describe how to write client applications using the Fabric Gateway client API:

Samples

There are samples for Go, Node, and Java in the fabric-samples repository, which are a great place to start if you want to try out the Fabric Gateway.

Migration

If migrating an existing application from one of the legacy Fabric client SDKs, consult the migration guide.