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.
- Host: GitHub
- URL: https://github.com/renproject/sentinel
- Owner: renproject
- License: mit
- Created: 2020-02-27T00:56:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T00:58:27.000Z (over 3 years ago)
- Last Synced: 2025-01-20T23:46:55.840Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.17 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `🔥🦉🔥 sentinel`
Sentinel monitors on-chain transactions for RenVM events and ensures that they get processed by RenVM.

## Development
Install dependencies:
```sh
yarn install
```
Setup `.env` file:
```sh
INFURA_KEY="..."
DATABASE_URL="postgres://..."
```
Start `🔥🦉🔥 sentinel`:
```sh
yarn start
```