Uniswap trading bot for desktop built with electron.
- Uses local json file to store the configurations.
- Supports telegram notification.
{
"trades": [],
"config": {
"infuraId": "",
"privatekey": ""
},
"chatIds": [],
"notifications": []
}
The software is tested with only a few tokens. Use at your own risk.