crypto-bot
v1.2.7
Published
multi-function tools for blockchain automation
Downloads
17
Maintainers
Readme
crypto-bot
Multi-function library for BlockChain automation.
Currently under development.
Main Features
- 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.
Configuration
- Setup .env
- Setup your prefered network.
Arbitrage
- 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
Wallet
- Start Wallet:
node bot5.js wallet key
Cleaner
- Start cleaner:
node bot5.js cleaner run -n all
Sniper
- Run Sniper:
node bot5.js sniper run -n all
Any Questions ? Report a Bug ? Enhancements ?
Please open a new issue on GitHub
License
Crypto-Bot is licensed.