-
Notifications
You must be signed in to change notification settings - Fork 2
Ignite Notify – Real-time Blockchain Event Notification App #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hey! Thanks for your contribution. Could you please host the app in a repository on your GH? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are talking about the description right ?
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.