add README.md
This commit is contained in:
parent
b6c6788edf
commit
bd57db05dc
15
README.md
Normal file
15
README.md
Normal 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": ""
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user