Simple Aptos swap bot on aptoswap DEX
- Copy .env.example to .env
cp .env.example .env
- Provide your 2 private keys to .env FAUCET_KEY and END_KEY field. This addresses used for circulating tokens
- Provide NODE_URL and telegram BOT_TOKEN (for notifications)
- Set up another variables if you want
- Install dependencies
npm i
- Start swapping
npm run start