Ignite Notify – Real-time Blockchain Event Notification App#4
Ignite Notify – Real-time Blockchain Event Notification App#4QuenumGerald wants to merge 14 commits intoignite:mainfrom
Conversation
|
Hey! Thanks for your contribution. Could you please host the app in a repository on your GH? |
julienrbrt
left a comment
There was a problem hiding this comment.
please restrain naming your app ignite-xyz.
additionally, please remove the go binary from the app
app.ignite.yml
Outdated
| version: 1 | ||
| apps: | ||
| ignite-notify: | ||
| description: ignite-notify is an awesome Ignite application! |
There was a problem hiding this comment.
you are talking about the description right ?
Thanks for the review |
This PR introduces Ignite Notify, a standalone application designed for the Cosmos SDK ecosystem. Ignite Notify lets you subscribe to blockchain events from any Tendermint-based node and receive real-time notifications in your favorite channels—Telegram, Slack, and more.
Key Features
How it works
Install Ignite Notify and configure your subscriptions (via CLI or YAML).
Run the app (ignite-notify run) to listen for blockchain events.
Receive notifications in your chosen channel, with clear, concise event details.
How to test
Follow the instructions in
README.md and
README_TELEGRAM.md to add a subscription and run the app.
Trigger events on your local node and verify real-time delivery in Telegram or Slack.
License
Apache 2.0
This PR is my submission for the App Challenge.