Skip to content

The Genie Portal is a prototype for an blockchain-based real estate investment platform. Core technologies include Ethereum, Solidity, Truffle, Web3, React.js, and Node.js.

Notifications You must be signed in to change notification settings

GenusDev/genie-portal

Repository files navigation

Genie-Portal

Real estate blockchain token portal engine

Setting Up Your Branch OR How to Git Gud

  • 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

System Dependencies

Backend

  • Express 4.17.1

Frontend

  • 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

Setup

  1. Install packages
    npm install
  2. From the truffle folder migrate contracs to the Ropsten test network
truffle migrate --compile-all --reset --network ropsten

Running the Project

Have the following sets of commands running in separate terminals:

  • Then from the root directory:

    • Run webpack and server simultaneously
      npm run dev

Remember to compile and migrate truffle contracts before running server and Webpack!

see wiki for further details

connect to ethereuem Ropsten network

The prototype optimized for use with the Chrome browser. When you load the page, you will be prompted to install metamask into your browser.
icon

Then connect to the Ropsten network, as prompted by the browser
icon

User Interface

Once loaded, you choose to use the prototype as a developer or investor. In production, your wallet would determine your user type.


icon

There are two key dashboards,

one showcasing projects,


icon

and the other tracking the token earnings performance by usr and by all.


icon

projects when clicked provides project specific info


icon

About

The Genie Portal is a prototype for an blockchain-based real estate investment platform. Core technologies include Ethereum, Solidity, Truffle, Web3, React.js, and Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages