RealEstateToken
RealEstateToken copied to clipboard
An ERC20 contract to manage fractional ownership of an asset.
<%= 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
- download ganache ui app
- run the ganache ui app
- 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"
npm run devon this folder (will migrate the contracts)- install metamask extesion for your browser (one that supports metamask), and configure it
- add a new network to metamask (the one from ganache app "http://localhost:9545")
- 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.