summaryrefslogtreecommitdiff
path: root/README.md
blob: 3e253ba8abb51a63f1fc4acb8e16e3deaeea2742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Bitrade

A ~~highly-concurrent, fault-tolerant, malicious-user-proof,~~ Python-based bitcoin trading server.

Eat this, Mt.Gox - now how you gonna act?

## Usage

Easiest way, run all processes using [foreman](https://github.com/ddollar/foreman):

```bash
$ foreman start -f Procfile.dev
```

or the Python-equivalent [honcho](https://github.com/nickstenning/honcho):

```bash
$ honcho start -f Procfile.dev
```

Test client available on [http://127.0.0.1:9000](http://127.0.0.1:9000).

## Automated Test Simulation

WIP :)