crypto-bot
Version:
multi-function tools for blockchain automation
40 lines (28 loc) • 1.25 kB
Markdown
# crypto-bot
Multi-function library for BlockChain automation.
[](https://travis-ci.org/sparck75/crypto-bot)
Currently under development.
# <strong>Main Features</strong>
1. Data extraction of all token and trading pair data.
2. Validate private key or mnemonic againt Wallet DB. (Wallet)
3. Transfer value of wallet to another wallet. (Cleaner / Sniper)
4. Arbitrage BOT using configurable scenario.
## Configuration
1. Setup .env
2. Setup your prefered network.
# Arbitrage
1. Generate the state file. ```node bot5.js arbitrage config --network 137 ```
2. List the latest price from the state config. ```node bot5.js arbitrage price --network 137 ```
3. Run the Arbitrage BOT ```node bot5.js arbitrage run --network 137 ```
# Wallet
1. Start Wallet: ```node bot5.js wallet key```
# Cleaner
1. Start cleaner: ```node bot5.js cleaner run -n all```
# Sniper
1. Run Sniper: ```node bot5.js sniper run -n all```
Any Questions ? Report a Bug ? Enhancements ?
---------------------------------------------
Please open a new issue on [GitHub](https://github.com/sparck75/issues)
License
-------
Crypto-Bot is licensed.