15 lines
290 B
Markdown
15 lines
290 B
Markdown
# mbot
|
|
Simple Matrix bot that will eventually send Web3 `PairCreation` event alerts to the Juggalol Homeserver.
|
|
|
|
## Configuration
|
|
```json
|
|
{
|
|
"matrix": {
|
|
"homeserver": "https://matrix.juggalol.com",
|
|
"username": "",
|
|
"password": "",
|
|
"room_id": ""
|
|
},
|
|
"infura_url": ""
|
|
}
|
|
``` |