add README.md

This commit is contained in:
agatha 2024-06-06 14:01:58 -04:00
parent b6c6788edf
commit bd57db05dc

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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": ""
}
```