This tutorial is a basic payment application that does payment between two banks from different region in the world. This application is very useful to learn about Hyperledger Fabric and its modules in Java. The application covers the following aspects of Fabric:
- Transaction
- Contract setup
- Private Data
- Endorsement Policy
- Using couch DB
- Indexing the DB values
- Adding orgs
- Listing orgs
- View all transactions
- Get History of all transactions
Underlying technology stack are : Java 8 and Gradle