Description
There is no README for the indexer. Operators deploying it in production and developers integrating with its API need documentation covering setup, configuration, database requirements, and API reference.
Requirements and context
- Architecture overview (how the indexer connects to Horizon and serves the API)
- Environment variable reference (database URL, Horizon URL, contract ID, port)
- Docker deployment instructions
- Full REST API reference with request/response examples for each endpoint
- Troubleshooting section for common issues (stream disconnection, migration failures)
Suggested execution
git checkout -b docs/indexer-readme
- Create
indexer/README.md
- Link from org root
README.md
Example commit message
docs(indexer): write comprehensive README with deployment and API reference
Description
There is no README for the indexer. Operators deploying it in production and developers integrating with its API need documentation covering setup, configuration, database requirements, and API reference.
Requirements and context
Suggested execution
indexer/README.mdREADME.mdExample commit message
docs(indexer): write comprehensive README with deployment and API reference