⚠️ this is a experimentation project, DO NOT use it in a real use case, performance will most probably be negative.
A serverless bot to trigger automatic orders on dYdX
doc
documentationsrc
source code of the serverless functiontest
units and integration testing
Create a .env
file
BOT_NETWORK=testnet
BOT_DEBUG=false
Install dependencies, run unit tests and build
pnpm install
pnpm run test-unit-only
pnpm build
zlib-sync
may cause segmentation fault on local development while running unit tests and not using mock for the discord module
task test
Run all teststask build
Build with webpacktask build-and-deploy
Build and deploy to AWS