Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.12 KB

mortgage-blockchain-demo

An illustrative DApp to address a potential use case in the mortgage space; Smart contracts can automate mortgage contracts by automatically connecting the parties, providing for a frictionless and less error-prone process. The smart contract can automatically process payment and release liens from land records when the loan is paid.

They can also improve record visibility for all parties and facilitate payment tracking and verification. They reduce errors and costs associated with manual processes.

Setup

Alternatively you can run the following docker images -

  • docker run -p 8545:8545 -d rajivjc/testrpc
  • docker run -p 8080:8080 -d rajivjc/mortgage-blockchain-demo

Addtional Documentation

Check out this blog for more details