Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 2.5 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.5 KB

Coinbase Pro Trading toolkit

A Docker file to build images for AMD & ARM devices with a installation of Coinbase Pro Trading toolkit that provide all the tools traders need, both professional and hobbyist alike, to create automated trading bots on the Coinbase Pro and supported digital asset exchanges.

Be aware! You should read carefully the usage documentation of every tool!

Thanks to

Details

Docker Hub Docker Pulls Docker Stars Docker Build Size/Layers
coinbase-pro-trading-toolkit

Build Instructions

Build for amd64, armv7l, aarch64 architecture (thanks to its Multi-Arch base image)

docker build -t elswork/coinbase-pro-trading-toolkit .

Serve

Test the coinbase-pro-trading-toolkit Docker image.

docker run -it --rm elswork/coinbase-pro-trading-toolkit yarn test

Execute sample code from tutorials.

docker run -it --rm elswork/coinbase-pro-trading-toolkit:armv7l ts-node tutorials/t001_feeds.ts
docker run -it --rm elswork/coinbase-pro-trading-toolkit:armv7l ts-node tutorials/t002_liveOrderbook.ts
docker run -it --rm elswork/coinbase-pro-trading-toolkit:armv7l ts-node tutorials/t003_tickertape.ts

And so ...