项目作者: argjv

项目描述 :
高级语言: JavaScript
项目地址: git://github.com/argjv/eth-realtor.git
创建时间: 2018-01-28T18:29:00Z
项目社区:https://github.com/argjv/eth-realtor

开源协议:

下载


eth-realtor (FrontEnd)

The project aims to simplify the process of managing real estate properties by using ethereum smart contracts to replace paper trail and legacy processes.

Requirements

  • Truffle
  • Ganache
  • NodeJS

Run the project

  1. Start ganache and verify it is serving in http://127.0.0.1:7545
  2. Go to the root folder and compile and upload the ethereum contracts into the test network managed by Ganache:
  1. truffle compile
  2. truffle migrate
  1. Start the server:
  1. npm run start

This will start a server in http://localhost:3001 or in the next available port if it’s in use.

NOTE: Make sure that api-realtor is running on port 3000, clone the repository from https://github.com/argjv/api-realtor