Repository for blockchain based real estate transactional workaround using Ganache, Solidity and Python3.
The documentation of solidity and web3 was extensively referred for this project development. With time these documentations are updated. Do prefer the latest documentation and modules for project to work effectively if this project breaks.
This is the development and workaround branch.
|--- blockchain_workaround ### Directory wherein basic solidity and python integration was tried and tested.
|
|--- land_registration_workaround ### Use case specific workaround was performed in this directory.
|
|--- web_application ### Final web application for use case was developed under this directory.
Install The Dependancies.
- Download and Install Node
- Install Ganache-cli using NPM.
npm install -g ganache-cli
- Setup the solidity compiler
npm install -g solc
- Setup the python virtual environment.
- Install the python requirements.
pip install -r requirements.txt