Build a Blockchain PoC Application using Hyperledger Fabric

This piece of experience written by Don li in creating a blockchain PoC application for land and title recording on blockchain leveraging Hyperledger Fabric (HF) blockchain platform. It may benefit those who just got started on HF or intend to learn it and for those who are already experienced in HF it may offer another equally viable option.

See what he saying about it.

[”

Let us first set up our goal and then see how we can achieve it.

Here our goal is to create a web application for recording house transactions (buying and selling houses) on a small permissioned blockchain and for being able to search for them. And we’ve decided to use Hyperledger Fabric platform to do the job.

At the end of the day, we want this application look like below (with terse explanation unless self explanatory).

Our first screen is the web application’s Login page with background of Hyperledger Fabric api service debugging output:

The following screen is the web application’s Login page (continued). Login uses two factor authentication process.

The following screen is the application’s main screen, which lists two core functions of “add transaction” and “search for them”. “]

For more visit medium for better reading