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

Make it possible to monitor addresses for transactions #1

Open
boumanb opened this issue Mar 27, 2018 · 0 comments
Open

Make it possible to monitor addresses for transactions #1

boumanb opened this issue Mar 27, 2018 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@boumanb
Copy link
Owner

boumanb commented Mar 27, 2018

It should be able to add addresses to the application.
At this moment it is taking way too long to search through all blocks and their transactions everytime.

The application should save all the relevant transactions into the database. And this transactions should be up to date most of the time.

e.g. if someone requests all the data that is sent to one address, the data should be already in the database or should be only requested once.

ALSO POSSIBLE (to move around saving data):

Save all the references to relevant transactions and load them in javascript while page is loading. This will also save a lot of time. And data comes straight from the blockchain.

@boumanb boumanb added the good first issue Good for newcomers label Mar 27, 2018
@boumanb boumanb mentioned this issue Mar 27, 2018
@boumanb boumanb closed this as completed Mar 27, 2018
@boumanb boumanb reopened this Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants