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

adds envio as supported data indexer #69

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

SvenMuller95
Copy link
Contributor

waiting for issue kkrt-labs/kakarot-rpc#1333 to finish syncing Hypersync

@SvenMuller95
Copy link
Contributor Author

This has been solved, and Hypersync has been fully onboarded onto Sepolia Testnet and is at chain head:
https://kakarot-sepolia.hypersync.xyz/height

tl;dr

  • Hypersync is automatically used in the indexer as a more performant data source than standard RPC for data retrieval (up to 1000 times faster). Standard RPC can still be used as well if desired (e.g. app with a small amount of data).
  • Hypersync is a low-level API with clients in python, rust, nodejs, and go for data retrieval, and also comes with a RPC interface (for projects that have existing rpc code but want to increase their performance). Great for dapp building, analytics, explorers, wallets, etc.

@SvenMuller95 SvenMuller95 marked this pull request as ready for review October 1, 2024 09:30
@Eikix Eikix merged commit 4126de0 into kkrt-labs:main Oct 7, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants