This repo. is for our team Creation For Innovation submission in SKIT RTU hackathon 2019
A basic real estate dapp
Prerequisite:
- Install Metamask Chrome Extension (this dapp not yet tested in any other browser)
Steps:
- Deploy landContract_NEW.sol from contract folder in remix (use Metamask injected web3 environment) choose any 2017 nightly version compliler.
- 'npm install'
- Update deployed contract's address and ABI from remix to config.js in project
- run 'node app.js'
- Open Dapp in localhost:8080. It should be able to connect to deployed contract via metamask.
- Install Ganche by : npm install -g ganache
- npm install truffle@4.0.3
Don't forget to add your Ganache demo crypto account to metamask for testing.