https://github.com/tetris-dev-web/suwiserllc_genie-portal
Marketpalce (Solidity, Web3, Express, React, Redux)
https://github.com/tetris-dev-web/suwiserllc_genie-portal
expressjs nodejs react redux solidity
Last synced: about 1 month ago
JSON representation
Marketpalce (Solidity, Web3, Express, React, Redux)
- Host: GitHub
- URL: https://github.com/tetris-dev-web/suwiserllc_genie-portal
- Owner: tetris-dev-web
- Created: 2022-02-23T05:49:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T17:15:10.000Z (over 3 years ago)
- Last Synced: 2025-02-05T08:36:51.265Z (8 months ago)
- Topics: expressjs, nodejs, react, redux, solidity
- Language: JavaScript
- Homepage:
- Size: 62.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/GenusDev/genie-portal.git
```
- Create a branch, named in according with the [GenusDev Programming Conventions](https://docs.google.com/document/d/1-PGffrw-B1d9P5A_zfo5gJrW8dK28kqx5j-xxKOMPLY) 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:
```bash
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
```bash
npm install
```
2. From the truffle folder migrate contracs to the Ropsten test network
```bash
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
```bash
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.
Then connect to the Ropsten network, as prompted by the browser
# User Interface
Once loaded, you choose to use the prototype as a developer or investor. In production, your wallet would determine your user type.
### There are two key dashboards,
#### one showcasing projects,
#### and the other tracking the token earnings performance by usr and by all.
### projects when clicked provides project specific info
![]()