An open API service indexing awesome lists of open source software.

https://github.com/tohrxyz/madpob

Matrix Aragon DAO Proposal Observer Bot
https://github.com/tohrxyz/madpob

aragon-dao dao matrix-bot web3

Last synced: 22 days ago
JSON representation

Matrix Aragon DAO Proposal Observer Bot

Awesome Lists containing this project

README

          

# MADPOB
### Matrix Aragon DAO Proposals Observer Bot
A simple bot, that should send a message to a matrix room when a new proposal is created on a particular Aragon DAO.

### To run
1. Copy example environment variables configuration into a separate `.env` file
```sh
$ cp .env.example .env
```
2. Fill out all the necessary endpoints, tokens etc.
3. Install dependencies
```sh
$ npm install
```
4. Run the node server
```sh
$ npx ts-node index.js
```

Made with love, licensed under [license](./LICENSE)

**Support** by donating some crypto
- Bitcoin Lightning **tohrxyz@npub.cash**
- Monero **49261YsGmYjeEAipPeRC5g2KR8imwedAYX4i3Gy9hYvN7JUBB4Vyc5U7aDbsnUF43S7tjLptrYmdt32P4yytvo9s6p51dgc**

**Feel free to contribute**