capybot
capybot copied to clipboard
Automated trading bot
in order to arbitrage you are sending 3 transactions essentially instead of having it atomic in a move script, this means you can succeed in some and fail in others...
npm run start > [email protected] start > node dist/index.js /coding/capybot/node_modules/@scure/bip39/index.js:25 throw new Error('Invalid mnemonic'); ^ Error: Invalid mnemonic at normalize (/coding/capybot/node_modules/@scure/bip39/index.js:25:15) at mnemonicToSeedSync (/coding/capybot/node_modules/@scure/bip39/index.js:140:50) at mnemonicToSeed (/coding/capybot/node_modules/@mysten/sui.js/dist/index.js:2015:46) at mnemonicToSeedHex (/coding/capybot/node_modules/@mysten/sui.js/dist/index.js:2018:33)...
The Capybot should keep track of the balance of each token it's trading and also how much it have spent on gas and fees. This will help traders to evaluate...