algodex / trading-bot

https://algodex-trading-bot.vercel.app
GNU Affero General Public License v3.0
2 stars 2 forks source link

Algodex Trading Bot

Requirements

Getting Started

First git clone the repository. Then from a terminal in the directory:

yarn
cp .env.testnet.example .env

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Run cli

Edit the .env file to your Algorand node and indexer endpoints, and add in your wallet mnemonic (without commas).

yarn run compile-and-start-cli --assetId=insert_assetId --ladderTiers=insert_ladderTiers --spreadPercentage=insert_spreadPercentage --orderAlgoDepth=insert_orderAlgoDepth --nearestNeighborKeep=insert_nearestNeighborKeep

Testing

yarn run test-jest