Yash-Bhange / Blockchain-based-Self-Concious-House

A self-conscious house (digital twin) that manages all your house related bills and home improvements which is capable of monitoring government issued subsidies and apply for them when the house its action framework matches the subsidy. This way, we unburden the house owner of house-related management tasks or the need for being aware of each government issued subsidy. Only recognized contractors are able to join the reversed marketplace where they can bid for house related jobs like installing solar panels. The house will suggest the most fitting contractor, however, the final decision lies with the house owner. The government benefits from this system as it can monitor the progress of its subsidies and tailor it if needed. It's a more efficient way of spreading information with regards to subsidies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

steps to run the code on local machine with Ganache !

  1. pull the code in specific folder(ex:selfConsciousHouse)
  2. run npm install to install dependencies
      2-a) run npm install react-scripts@2.1.8 --save
      2-b) add node modules folder to .gitignore file
  3. open local blockchian i.e ganache (will provide u 10 accounts )
  4. run command "truffle compile" in selfConsciousHouse folder
  5. run command "truffle migrate --reset" in same folder
  6. run npm start (start development server)
  7. web page will show metamask popup
  8. click on import account through seed phrase
  9. paste 12 words seed phrase from ganache to metamask
  10. set password
  11. you are all set to go !

Note : You need to run step 4,5,8,9 every time you restart of open new instance of Ganache

steps to run the code on on Ropsten test network!

  1. pull the code in specific folder(ex:selfConsciousHouse)
  2. run npm install to install dependencies
      2-a) run npm install react-scripts@2.1.8 --save
  3. run command truffle compile in selfConsciousHouse folder
  4. customizing Metamask and Infura>
      4-a) Register on Infura.io website, create project & copy project ID.
      4-b) Download metamask extension for browser ,Register on it.set password and save the 12 word phrase somewhere.
      4-c) Create s secret.json file whose structure is - {
         "mnemonic": "12 word phrase",
         "projectId": "e98bfc46....."
         }
  5. add secret.json file & node modules folder to .gitignore file
  6. run command "truffle migrate --reset --network ropsten" in same folder (it will take some time)
  7. run npm start (start development server)
  8. web page will show metamask popup , enter the password which you have set at the start
  9. you are all set to go !

Note : step 3,5,6 & all section of 4 are on time step. Do not repeat every time you start the website

About

A self-conscious house (digital twin) that manages all your house related bills and home improvements which is capable of monitoring government issued subsidies and apply for them when the house its action framework matches the subsidy. This way, we unburden the house owner of house-related management tasks or the need for being aware of each government issued subsidy. Only recognized contractors are able to join the reversed marketplace where they can bid for house related jobs like installing solar panels. The house will suggest the most fitting contractor, however, the final decision lies with the house owner. The government benefits from this system as it can monitor the progress of its subsidies and tailor it if needed. It's a more efficient way of spreading information with regards to subsidies.


Languages

Language:JavaScript 67.4%Language:CSS 20.9%Language:Solidity 9.0%Language:HTML 2.6%