Tools, FAQ, Tutorials:
Client Application Gateway
What is Client Application Gateway?
✍: FYIcenter.com
Client Application Gateway is mechanism that
allows an application to focus on transaction generation,
submission and response. It coordinates transaction proposal, ordering
and notification processing between the different network components.
If Isabella from MagnetoCorp wants to run an application, the application needs to retrieve Isabella’s X.509 certificate from her wallet, which might be stored on the local file system. The issue application is then able to utilize the gateway to submit transactions on the channel. The Hyperledger Fabric SDK provides a gateway abstraction so that applications can focus on application logic while delegating network interaction to the gateway. Gateways and wallets make it straightforward to write Hyperledger Fabric applications.
⇒ Install Node.js Application Dependencies
⇐ Instantiate PaperNet Chaincode (Smart Contract)
2019-12-02, ∼2171🔥, 0💬
Popular Posts:
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How to access Request body from "context.Request.Body" object in Azure API Policy? Request body is t...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...