Real estate blockchain token portal engine
- Enter the directory in which you want genie portal to be placed
git clone https://github.com/GenusDev/genie-portal.git
- Create a branch, named in according with the GenusDev Programming Conventions e.g.
git checkout -b JohnR-readme-edit-0903
remember to git ignore all package and dev related temporary folders, if you are having problems with folders still pushing, try the following command to remove the truffle cached build file:
git rm -r --cached ./truffle/build
- Express 4.17.1
- D3 ^5.7.0
- Drizzle ^1.2.3
- JQuery ^3.3.1
- Konva ^2.4.0
- React ^16.5.2
- Redux ^3.7.2
- Truffle ^4.1.14
- Install packages
npm install
- From the truffle folder migrate contracs to the Ropsten test network
truffle migrate --compile-all --reset --network ropsten
Have the following sets of commands running in separate terminals:
-
Then from the root directory:
- Run webpack and server simultaneously
npm run dev
- Run webpack and server simultaneously
Remember to compile and migrate truffle contracts before running server and Webpack!
see wiki for further details
The prototype optimized for use with the Chrome browser.
When you load the page, you will be prompted to install metamask into your browser.
Then connect to the Ropsten network, as prompted by the browser
Once loaded, you choose to use the prototype as a developer or investor. In production, your wallet would determine your user type.