mbot/README.md

20 lines
362 B
Markdown
Raw Permalink Normal View History

2024-06-06 18:01:58 +00:00
# mbot
2024-06-08 18:19:09 +00:00
Uniswap PairCreation monitor that sends alerts to Matrix.
## Requirements
- Infura API URL
- Matrix bot account
2024-06-06 18:01:58 +00:00
## Configuration
```json
{
"matrix": {
"homeserver": "https://matrix.juggalol.com",
"username": "",
"password": "",
"room_id": ""
},
2024-06-07 22:00:50 +00:00
"infura_url": "",
2024-06-08 18:19:09 +00:00
"pool_address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f"
2024-06-06 18:01:58 +00:00
}
```