You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome, if there were a mechanism to have some kind of notifications for specific addresses, tokens, actions (...).
Use case:
Say for example I have a website with a restricted member only area and a user needs to send some "invite coins" to my address. After they show up, the user may be granted to access the member only area for a certain amount of time.
What would be the way to go to accomplish something like this? I assume I'd need to pull manually balances and transaction histories and compare them to the latest state at the moment?
The text was updated successfully, but these errors were encountered:
I think an API could do something like this, either via polling the API, or
by setting up something more sophisticated like callback URLs (the way
payment processors do). This is strictly a UI thing though, I believe.
It would be awesome, if there were a mechanism to have some kind of
notifications for specific addresses, tokens, actions (...).
Use case:
Say for example I have a website with a restricted member only area and a
user needs to send some "invite coins" to my address. After they show up,
the user may be granted to access the member only area for a certain amount
of time.
What would be the way to go to accomplish something like this? I assume
I'd need to pull manually balances and transaction histories and compare
them to the latest state at the moment?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/46
.
It would be awesome, if there were a mechanism to have some kind of notifications for specific addresses, tokens, actions (...).
Use case:
Say for example I have a website with a restricted member only area and a user needs to send some "invite coins" to my address. After they show up, the user may be granted to access the member only area for a certain amount of time.
What would be the way to go to accomplish something like this? I assume I'd need to pull manually balances and transaction histories and compare them to the latest state at the moment?
The text was updated successfully, but these errors were encountered: