-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update and clarify docs on indexers; remove indexer setup walkthroughs #238
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
## A simple explanation of how indexers work | ||
- [Que Pasa](https://github.com/tzConnectBerlin/que-pasa) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest commit for Que Pasa 2 year ago. Perhaps it's better to check if it works before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'm going through these instructions on opentezos to see if I can get que pasa running:
https://opentezos.com/dapp/indexers/que_pasa/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got que-pasa to work with some hacks:
- It doesn't like that some RPCs return 404s including the data, so I used https://rpc.tzbeta.net per your suggestion
--enable-bcd
doesn't seem to work (it throws timeout errors), so I didn't use it- I had to manually go into config.rs and set NODE_URL and DATABASE_URL because it doesn't seem to respect environment variables
But after all that I can run it and see it populate the database with data about the contract.
We could consider removing the "Where indexers are used" and "Data available on indexers" sections, too.