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

https://github.com/renproject/sentinel

🔥🦉🔥 Sentinel monitors on-chain transactions for RenVM events and ensures that they get processed by RenVM.
https://github.com/renproject/sentinel

Last synced: 8 months ago
JSON representation

🔥🦉🔥 Sentinel monitors on-chain transactions for RenVM events and ensures that they get processed by RenVM.

Awesome Lists containing this project

README

          

# `🔥🦉🔥 sentinel`

Sentinel monitors on-chain transactions for RenVM events and ensures that they get processed by RenVM.

![734d0f1c-4bca-4242-985b-f8dda9cbc7e1_nc_httpss mj rungKxzRC__the_ancient_sentinel_owl_holding_a_burning_bitcoin_--w_600](https://user-images.githubusercontent.com/2221955/170147867-cff2a4e8-860b-44cd-8c29-4470b8e3f5f1.png)

## Development

Install dependencies:

```sh
yarn install
```

Setup `.env` file:

```sh
INFURA_KEY="..."
DATABASE_URL="postgres://..."
```

Start `🔥🦉🔥 sentinel`:

```sh
yarn start
```