Skip to content

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…

License

Notifications You must be signed in to change notification settings

debrajpaul/property_registration_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

property_registration_system

 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. .

What is this repository for?

Property Registration System

Version:- 1.0
Git clone :-https://github.com/debrajpaul/property_registration_system.git

How do I get set up?

Set up all dependencies mentioned below
Summary of set up:- Clone the file from repository and follow the "deployment instructions".

Server Configuration:-

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 

Deployment instructions:-

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

How to Contribute

Find any typos? Have another resource you think should be included? Contributions are welcome!

First, fork this repository.

Fork Icon

Next, clone this repository to your desktop to make changes.

$ git clone {YOUR_REPOSITORY_CLONE_URL}
$ cd customersKYCForBank

Once you've pushed changes to your local repository, you can issue a pull request by clicking on the green pull request icon.

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.

Who do I talk to?

Debraj Paul
contact info:- [email protected]
LinkedIn:- https://www.linkedin.com/in/debraj-paul

License

    Apache License

About

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…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published