Skip to content

Demonstration of a simple application based on hyperledger fabric to record purchases and sales of houses. This example was created for the Basics of Grid and Cloud Computing course.

greav/House-Recording

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

House-Recording

Demonstration of a simple application based on hyperledger fabric to record purchases and sales of houses.

This example was created for the Basics of Grid and Cloud Computing course.

You can find more detailed information in the presentation

Before the start

Before starting the project, make sure that you have all the required dependencies. You can find them here.

Launch of the project

Just go to house-recording-network and run build_network.sh script.

Structure of the network

The network has the following structure

Network structure

Each organization has 2 peers. The peer0 is responsible for updating the state of the ledger using the createHouseTransaction smart contract method. The peer1 reads the state of the ledger using the queryAllHouses method. Also, peer1 can obtain information about a specific transaction using the queryHouse method.

Demo

House recording demo

About

Demonstration of a simple application based on hyperledger fabric to record purchases and sales of houses. This example was created for the Basics of Grid and Cloud Computing course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published