From bd57db05dc569426f4ebca37152cd8487f3b76d3 Mon Sep 17 00:00:00 2001 From: agatha Date: Thu, 6 Jun 2024 14:01:58 -0400 Subject: [PATCH] add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f4d6f6 --- /dev/null +++ b/README.md @@ -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": "" +} +``` \ No newline at end of file