File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ The indexer uses a compile-time registry system that loads chain and ABI configu
6565### Updating Registry Data
6666
6767The registry data (chains and ABIs) is fetched at build time, not at runtime. This ensures:
68+
6869- Full TypeScript typing support
6970- No runtime network dependencies
7071- Indexer can start reliably even with network issues
@@ -81,8 +82,6 @@ REGISTRY_HASH=<ipfs-hash> pnpm run update-registry
8182
8283This generates ` src/registry.generated.ts ` which contains all chain configurations and ABIs with full type safety.
8384
84-
85-
8685### Running the Indexer
8786
8887``` bash
@@ -111,6 +110,7 @@ The indexer builds and maintains a structured database with the following primar
111110Once running, the Ponder indexer provides a GraphQL API for querying indexed data. URL printed on start.
112111
113112## Entity Relationships
113+
114114``` mermaid
115115erDiagram
116116 direction LR
@@ -149,10 +149,11 @@ erDiagram
149149 HoldingEscrow }o--|| Asset : ""
150150 HoldingEscrow }o--|| Escrow : ""
151151```
152+
152153## Contributing
153154
154155Contributions are welcome! Please feel free to submit a Pull Request.
155156
156- ## License
157+ ## Licenses
157158
158159[ MIT] ( /LICENSE ) License
You can’t perform that action at this time.
0 commit comments