Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 695 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 695 Bytes

Uber Ethereum

Build Status Coverage Status

Decentralized uber-like system on ethereum

To run unit tests, clone this repository, and run:

$ npm install
$ npm test

Defining the token properties

You'll need to modify a JSON file (conf/config.json):

{
  "token": {
    "decimals": "5",
    "name": "DriverToken",
    "symbol": "DRT",
    "supply": "21000000"
  }
}