We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider building in a simple notification system
1.) Someone broadcasts a message using the following format:
@receiver_address MESSAGE GOES HERE
2.) Write API on xchain which allows pulling of broadcasts which contain a given string/address https://xchain.io/api/broadcasts/to/ADDRESS_HERE
3.) Pull list of broadcasts and notify user when someone has sent them a broadcast message
This should help resolve some of the issues with getting the attention of specific addresses without revealing personally identifiable information
The text was updated successfully, but these errors were encountered:
Closing.. #111 is better
Sorry, something went wrong.
No branches or pull requests
Consider building in a simple notification system
1.) Someone broadcasts a message using the following format:
@receiver_address MESSAGE GOES HERE
2.) Write API on xchain which allows pulling of broadcasts which contain a given string/address
https://xchain.io/api/broadcasts/to/ADDRESS_HERE
3.) Pull list of broadcasts and notify user when someone has sent them a broadcast message
This should help resolve some of the issues with getting the attention of specific addresses without revealing personally identifiable information
The text was updated successfully, but these errors were encountered: