Search⌘ K
AI Features

Application Integration

Explore how to create client applications that interact with chaincode on a Hyperledger Fabric network using the Node SDK. Understand the roles of wallets and gateways in managing user identities and executing transactions securely on the blockchain.

We'll cover the following...

Applications can interact with a chaincode deployed on a fabric network using a fabric SDK. Hyperledger Fabric 1.4 provides official SDK in node and java.

In this course we will see how to interact with the network using the node SDK.

The node SDK has two important objects for interaction with a fabric network:

  • Gateway
  • Wallet

The Wallet

...