Skip to content

mrForest13/crypto-connectors

Repository files navigation

Crypto Connectors

The goal for project is providing crypto connectors with unify API (protobuf) as a service (docker images).

Api

All streams and endpoints are using protocol buffers models. Check protocol/proto

Public connector

Support markets configuration, order book, ticker and recent trades.

TODO list

  • finish kraken connector
  • add private connector (api based on api key) for both exchanges

How to run it

  1. Create images for cryptocom

docker build --build-arg CONNECTOR=public-kraken -t public-kraken .

  1. Create images for kraken

docker build --build-arg CONNECTOR=public-kraken -t public-kraken .

  1. Run test-compose.yml
  2. Check examples skd/examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published