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

feat: support reth-indexer API #13

Merged
merged 4 commits into from Jul 6, 2023
Merged

feat: support reth-indexer API #13

merged 4 commits into from Jul 6, 2023

Conversation

joshstevens19
Copy link
Owner

alongside running the syncer you now have a fully-fledged API to be able to query all the data from the postgres instance without knowing having to learn SQL

async fn routes(state: AppState) -> Router {
Router::new()
.route(
"/api/*rest",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshstevens19 joshstevens19 merged commit 3c83081 into master Jul 6, 2023
@joshstevens19 joshstevens19 deleted the feat/api branch July 6, 2023 14:40
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.

None yet

2 participants