Application Integration
In this lesson, we will discuss the two important objects for interaction of node SDK.
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