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

Can rindexer store all blockchain data (blocks, transactions, events, etc.)? #133

Open
xphoenix-dev opened this issue Dec 29, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@xphoenix-dev
Copy link

Hi,

I need to index and store all blockchain data, including blocks, transactions, events, and more, using rindexer. Currently, I can define specific contracts and events, but can rindexer be configured to store all data from the blockchain? Also, will I be able to query this data once it's indexed?

Thanks!

Repository owner deleted a comment Dec 29, 2024
@joshstevens19
Copy link
Owner

Not at the moment but we can make rindexer store everything in the future for now it’s not prime focus though

@joshstevens19 joshstevens19 added the enhancement New feature or request label Dec 31, 2024
@EddieIsNotAvailable
Copy link
Contributor

If you are interested in blockchain data relative to a contract, consider using phantom events.

If you really need all of a chains data, that gets very expensive to maintain, probably better to use a provider like infura, etherscan, or alchemy.

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

No branches or pull requests

3 participants