coin-mover
v0.0.7
Published
Crypto Coin Mover between different exchanges
Downloads
8
Readme
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