A blockchain based land registry application.
The Blockchain network is created through the discovery-swarm module. The blockchain is private. Block appending authority is only given to Authorised Nodes aka Government Nodes.
The Block Makers, which are run/maintained by the government officials. In the Bitcoin Blockchain, they are called “Miners”. As the blockchain is a public ledger, the government officials running the authorised nodes are held accountable.
Just like the bitcoin blockchain, they are the nodes which store and verify the entire Blockchain but can not append new blocks. They can be run by any individual who wants to keep the corruption of the Government Officials in check.
This client is run by a general user wanting to sell/buy land. It is only client-side hence React based.
- Install SPV's Dependencies.
cd UI/reactapp-spv/
npm install
- To run the SPV.
cd UI/reactapp-spv/
npm start
See CONTRIBUTING.md.
Found a bug? Create an issue.