Skip to content

arigatodl/uber-ethereum

Repository files navigation

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"
  }
}

Releases

No releases published

Packages

No packages published