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