https://github.com/jamiew/helium-cg-alerts
https://github.com/jamiew/helium-cg-alerts
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamiew/helium-cg-alerts
- Owner: jamiew
- Created: 2022-08-02T17:14:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T14:14:16.000Z (almost 4 years ago)
- Last Synced: 2026-06-25T14:24:27.420Z (10 days ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helium-cg-alerts
Send Discod notifications when one of your Helium validators enters or exits the consensus group
Simple, still WIP, written in typescript, leverages the Helium-js SDK and Discord.js SDKs
## Setup
First, install dependencies
```
yarn install
```
Copy `.env.sample` to `.env` and set ACCOUNt to the desired wallet address
TODO configure Discord too
## License
MIT
Pull requests welcome