Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NJMES/IBM_BlockchainCourse__Hyperledger_EstateExchange
a Real-Esatate Blockchain SmartContract project written for IBM Blockchain course.
https://github.com/NJMES/IBM_BlockchainCourse__Hyperledger_EstateExchange
blockchain hyperledger real-estate-platform
Last synced: about 2 months ago
JSON representation
a Real-Esatate Blockchain SmartContract project written for IBM Blockchain course.
- Host: GitHub
- URL: https://github.com/NJMES/IBM_BlockchainCourse__Hyperledger_EstateExchange
- Owner: NJMES
- License: apache-2.0
- Created: 2021-03-26T11:26:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T13:18:43.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T22:04:17.122Z (5 months ago)
- Topics: blockchain, hyperledger, real-estate-platform
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBM_Blockchain_Hyperledger_EstateExchange_Project
Project Name:
Estate Exchange (Esx)Blockchain:
HyperledgerLanguage Written:
JavascriptProject Type:
Smart-ContractContributors to the Smart-Contract:
JiaMing, WeeKim (https://github.com/kim-pixel).Project Summary:
This a smart contract project is written and completed for IBM Blockchain Course (i.am-vitalize Cybersecurity specialization track).
My team was task to provide a blockchain solution, leveraging on finding through our Enterprise Design Thinking session.
We made the decision as a team take up the challenge to improve the liquidity of real-estate assets in Singapore, through identifying the inefficiencies in the current real-estate transfer process and highlight possible improvements through blockchain (hyperledger).
Project is written leveraging on Hyperledger fabric samples(fabcar) as reference.Project Slide Link:
https://www.slideshare.net/JamesNeo9/estate-exchange-realestate-blockchain-slidePersonal Learning Points:
.Areas to Improve the Project are written within the Smart-Contract as comments.
.I underestimate my ability to read and write codes using samples as reference for the project.
.Propose blockchain solution will require broader public awareness and government support for possible adoption moving forward.
.Encounter several problems while attempting to learn identity management through hyperledger tutorials.
.undestanding identity management will provide me with sufficient knowledge to handle money management of Buyer/Seller/Bank in the real-estate transfer process in the project.