Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.24 KB

RIMAS

Decentralize House Registry Process Using Blockchain Technology in C++

  1. Our project aims to create a blockchain in which all housing related transactions of a certain society can be stored, verified and viewed.
  2. The code is applicable for only one level of transaction.
  3. The sample database contains data for 5 people, namely RAUNAK, IRA , MUSKAN, AKSHAT, SRISHTI. (data can be added as per requirement).
  4. The sample society contains only 100 plots numbered from 1 to 100 respectively. (data can be added as per requirement).
  5. Each sample house is worth 1000 bucks and each person has been given initially 10,000 bucks in his/her wallet.
  6. The code consists of majorly 4 sub-divisions. Enter the corresponding index number for each division.-
    • New Transaction
    • View Block
    • Verify
    • End Program

Sample Unique ids for each User -

  • RAUNAK 16
  • IRA 22
  • MUSKAN 25
  • AKSHAT 31
  • SRISHTI 37

Note:

  • SHA 256 is used as Hashing Algorithm.
  • The block addition requires computation of 1st five bits of hash value to be zero.

To Run the program

  1. Clone the Repository
  2. In Linux, compile using g++ *.cpp

Authors

  1. Raunak Mantri
  2. Ira Bhosale
  3. Muskan Jain
  4. Akshat Tiwari
  5. Srishti Saraswat