You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It indexes the events coming from all the cohorts and saves it to a PostgreSQL database. We can get some cohort data (builders, withdraws) from it, so loading times will be way faster than using the event hooks.
Let's use it on the projects & member page.
For withdraws, we have to query the old contract too (0x2eA63c9C9C114ae85b1027697A906420a23e8572)
Regarding what library to use, it seems that URLQ is a good alternative to Apollo, but open to both!
The text was updated successfully, but these errors were encountered:
We have deployed https://github.com/BuidlGuidl/bg-ponder-indexer to https://bg-ponder-indexer-production.up.railway.app/.
It indexes the events coming from all the cohorts and saves it to a PostgreSQL database. We can get some cohort data (builders, withdraws) from it, so loading times will be way faster than using the event hooks.
Regarding what library to use, it seems that URLQ is a good alternative to Apollo, but open to both!
The text was updated successfully, but these errors were encountered: