Multi-function library for BlockChain automation.
Currently under development.
- Data extraction of all token and trading pair data.
- Validate private key or mnemonic againt Wallet DB. (Wallet)
- Transfer value of wallet to another wallet. (Cleaner / Sniper)
- Arbitrage BOT using configurable scenario.
- Setup .env
- Setup your prefered network.
- Generate the state file.
node bot5.js arbitrage config --network 137
- List the latest price from the state config.
node bot5.js arbitrage price --network 137
- Run the Arbitrage BOT
node bot5.js arbitrage run --network 137
- Start Wallet:
node bot5.js wallet key
- Start cleaner:
node bot5.js cleaner run -n all
- Run Sniper:
node bot5.js sniper run -n all
Please open a new issue on GitHub
Crypto-Bot is licensed.