Application flow
At a very high level, this is how an application interacts with Hyperledger Fabric Blockchain:
- The application invokes calls within the smart contract though SDKs.
- Smart contract processes the business logic (validates, processes etc)
- data is added to the ledger
- data is read from the world state (snapshot of the data)
- APIs facilitate application interaction with the Blockchain.