Blockchain is an immutable distributed ledger that is shared with everyone present on a network. Each participant interacts with the blockchain using a public– private cryptographic key combination. Moreover, the records stored on the blockchain are immutable, making them very hard to tamper with. This provides better security. A solution such as Hyperledger Fabric also offers the features to maintain users and roles, which additionally help secure and identify owners. .
Property Registration System
Version:- 1.0
Git clone :-https://github.com/debrajpaul/property_registration_system.git
Set up all dependencies mentioned below
Summary of set up:- Clone the file from repository and follow the "deployment instructions".
Node 10 software (Ubuntu 18.04, Link:- https://nodejs.org/en/)
Hyperledger fabric installation, Link:- https://hyperledger-fabric.readthedocs.io/en/release-2.2/getting_started.html
Command to generate the crypto-materials:
* ./fabricNetwork.sh generate
Command to start the network
* ./fabricNetwork.sh up
Command to kill the network
* ./fabricNetwork.sh down
Command to install and instantiate the chaincode on the network
* ./fabricNetwork.sh install
Find any typos? Have another resource you think should be included? Contributions are welcome!
First, fork this repository.
Next, clone this repository to your desktop to make changes.
$ git clone {YOUR_REPOSITORY_CLONE_URL}
$ cd customersKYCForBankOnce you've pushed changes to your local repository, you can issue a pull request by clicking on the green pull request icon.
Instead of cloning the repository to your desktop, you can also go to README.md in your fork on GitHub.com, hit the Edit button (the button with the pencil) to edit the file in your browser, then hit the Propose file change button, and finally make a pull request.
Debraj Paul
contact info:- [email protected]
LinkedIn:- https://www.linkedin.com/in/debraj-paul
Apache License