Skip to content
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

Fire up events for watched addresses? #46

Open
dexX7 opened this issue Apr 25, 2014 · 1 comment
Open

Fire up events for watched addresses? #46

dexX7 opened this issue Apr 25, 2014 · 1 comment

Comments

@dexX7
Copy link

dexX7 commented Apr 25, 2014

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?

@dacoinminster
Copy link

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.

On Fri, Apr 25, 2014 at 10:16 AM, dexX7 notifications@github.com wrote:

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
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants