GitXplorerGitXplorer
c

mtgox-mock

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5eab6f9989531879e6685368d6365c2e22ce4bf5

updated todo

cczzarr committed 11 years ago
Unverified
675b5f901df2c4888fb7908d75e804b5f6e3f673

package.json

cczzarr committed 11 years ago
Unverified
60c489834948f5842c1bdc19f3e91988995ca9ec

cleanup

cczzarr committed 11 years ago
Unverified
9af0d5cca0baec4f2f12d7ddd46bc891dcb9cb12

this shit is finally coming together

cczzarr committed 11 years ago
Unverified
1c3e130a29da800d6e5be917b738d35c802474b1

removed client files

cczzarr committed 11 years ago
Unverified
eb25af619cbf94f176b67b2e92f910e2d60eb6d3

fixed int/string problem

cczzarr committed 11 years ago

README

The README file for this repository.

mtgox-mock

MtGox doesn't provide a test environment. This project replicates Gox' Socket.io API and orderbook in order to test bots trading MtGox

Usage

First, launch the server

$ node server.js

This will launch a socket.io instance that you can connect to and an express instance that you can make request to (for instance to add or cancel an order).

Progress

This is a work in progress. For now the orderbook is super basic, and the trades are being streamed from a MongoDB database. See the TODO.md for the next steps.