Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 600 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 600 Bytes

MEXConomy

MEXConomy is a pure Peer-to-Peer Exchanger where all the private keys are kept by the users themselves. This is to ensure that better control and confidence can be kept by MEXConomy as people are getting jitter by the day, especially when centralized exchangers can be just another 'Mt. Gox' in the making.

Setup

Preliminary setup

$ npm i -g truffle
$ npm i -g ganache-cli

Clone the source codes

$ git clone https://github.com/MEXClife/mexconomy_contract.git
$ cd mexconomy_contract
$ npm install

Open 2 terminal windows

t1$ make rpc
t2$ make test