https://github.com/strml/bitmex-dtc
DTC to BitMEX API adapter
https://github.com/strml/bitmex-dtc
Last synced: 5 months ago
JSON representation
DTC to BitMEX API adapter
- Host: GitHub
- URL: https://github.com/strml/bitmex-dtc
- Owner: STRML
- Created: 2016-08-02T22:57:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T22:55:51.000Z (over 9 years ago)
- Last Synced: 2025-10-08T20:22:46.367Z (6 months ago)
- Language: OCaml
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DTC to BitMEX API adapter
## Installation
From scratch from a debian install:
* Install OCaml: `apt-get install ocaml-nox`
* Install OPAM from source: `git://github.com/ocaml/opam`, then follow installation instructions
* Use OCaml 4.03+flambda: `opam switch 4.03+flambda`
* Add Janestreet opam repository: `opam repo add janestreet git://github.com/janestreet/opam-repository`
* Add Bitsouk opam repository: `opam repo add bitsouk git://github.com/vbmithr/bs-opam-repository`
* Install depext: `opam install depext`, and use it to install system deps to some OCaml packages (LevelDB, SSL libraries, etc.)
* Install bs_api: `opam install bs_api`
The code should then compile, just do a `make` in this repo.