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!
Docker Hub | Docker Pulls | Docker Stars | Docker Build | Size/Layers |
---|---|---|---|---|
coinbase-pro-trading-toolkit |
Build for amd64, armv7l, aarch64 architecture (thanks to its Multi-Arch base image)
docker build -t elswork/coinbase-pro-trading-toolkit .
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 ...