0.0.7 • Published 4 years ago

coin-mover v0.0.7

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

coin-mover

How to run

First start the Redis and MongoDB servers:

docker-compose up -d

Run the first crawler:

npx coin-mover crawl Newdex --pairs EIDOS_EOS

Run the second crawler:

npx coin-mover crawl WhaleEx --pairs EIDOS_EOS

Run the mover:

npx coin-mover move EIDOS_EOS --exchanges Newdex WhaleEx

Run the trader:

npx coin-mover order --eosAccount Your_EOS_account --eosPrivateKey Your_EOS_private_key --whaleExApiKey Your_WhaleEx_API_key