mbot/README.md
2024-06-08 14:19:09 -04:00

20 lines
362 B
Markdown

# mbot
Uniswap PairCreation monitor that sends alerts to Matrix.
## Requirements
- Infura API URL
- Matrix bot account
## Configuration
```json
{
"matrix": {
"homeserver": "https://matrix.juggalol.com",
"username": "",
"password": "",
"room_id": ""
},
"infura_url": "",
"pool_address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f"
}
```