erwindeg / RealEstateToken

An ERC20 contract to manage fractional ownership of an asset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<%= title %> README

Welcome to your main "<%= title %>" readme. From this file you should get enough information to start working with the code generated by our friend Yeoman.

A bit further

Without getting it to long, depending on what you want to do, a good readme will help your project having a better image. This is not readme example or template, so search on the internet for one.

Important notes

A few packages used here are eslint, esdoc, solidity-coverage and solium. Some might not agree with these dependencies.

For more information

For more information read the README.md files in ethereum folder and client folder.

Installation

From this step onwards, can be a real app readme.

Requirements

  • ganache app (most recent, please)
  • browser which supports metamask

Usage

For those who are not familiar with ethereum development and will not be working with it follow the steps bellow (for ethereum developers, see development):

If it's you first time

  1. download ganache ui app
  2. run the ganache ui app
  3. look at rpc server in the app, should say "http://localhost:9545". Otherwise go to options and change the port and click "save and restart"
  4. npm run dev on this folder (will migrate the contracts)
  5. install metamask extesion for your browser (one that supports metamask), and configure it
  6. add a new network to metamask (the one from ganache app "http://localhost:9545")
  7. reload browser

If it's not your first time, execute only steps 2,4,7

Development

If you will be developing ethereum related code, have a look at the solidity documentation.

About

An ERC20 contract to manage fractional ownership of an asset.


Languages

Language:Solidity 47.9%Language:JavaScript 41.8%Language:Shell 10.4%