The goal for project is providing crypto connectors with unify API (protobuf) as a service (docker images).
All streams and endpoints are using protocol buffers models. Check protocol/proto
Support markets configuration, order book, ticker and recent trades.
- finish kraken connector
- add private connector (api based on api key) for both exchanges
- Create images for cryptocom
docker build --build-arg CONNECTOR=public-kraken -t public-kraken .
- Create images for kraken
docker build --build-arg CONNECTOR=public-kraken -t public-kraken .
- Run test-compose.yml
- Check examples
skd/examples