https://github.com/lakshay2395/will-management-app
A decentralized will management app using hyperledger composer
https://github.com/lakshay2395/will-management-app
hyperledger-composer
Last synced: about 1 year ago
JSON representation
A decentralized will management app using hyperledger composer
- Host: GitHub
- URL: https://github.com/lakshay2395/will-management-app
- Owner: lakshay2395
- Created: 2019-03-21T12:07:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T12:10:48.000Z (over 7 years ago)
- Last Synced: 2024-12-26T00:24:24.158Z (over 1 year ago)
- Topics: hyperledger-composer
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# will-management-app
A decentralized will management application using hyperledger composer.
# main participants
* WillOwner
* LegalCustodian
* Judicial Officer
# Flow of application
* WillOwner createsa a will.
* Sends it for approval to a designated legal custodian.
* LegalCustodian may reject/accept the will.
* If accepted, LegalCustodian sends it to a designated JudicialOfficer for final approval.
* Similarily, JudicialOfficer may reject/accept the will.
* If accepted, will is marked as approved in database.