Have comments, questions, or concerns? Reach out to [email protected] 🐇
The Console
The Console is a graphical interface for The Neighborhood. It is the same raw API you already use (filters, transformations, pipelines, and delivery), now with a visual builder on top, so you can go from idea to live pipeline without writing a single curl command. Everything you can do in the Console maps directly to the API documented in this Guide. Build it by clicking, or build it by curl: the underlying pipelines are identical, and you can switch between the two at any time. Open it at console.indexing.co.What You Can Do
- Start from a template: Pick a pre-built pipeline from the template gallery (token transfers, swaps, NFT transfers, lending events, and more), choose your networks, and deploy.
- Describe what you want: Bring your own agent. Describe the data you’re after in plain language and let it draft the filters and transformation for you.
- Test before you ship: Run a transformation against a real block and inspect the decoded output, exactly like the test endpoint.
- Edit the code directly: Every generated configuration is transparent. View, edit, and export the transformation JavaScript and the pipeline JSON.
- Deploy and manage: Save, deploy, enable or disable, and monitor your pipelines from one place.