This document contains instructions for configuring the GitHub repository metadata to improve discoverability.
These settings should be applied through the GitHub web interface (Settings > General) or via gh CLI if you have admin access:
Open-source, self-hostable event indexer for Soroban smart contracts — typed decoding, read layer, webhooks, GraphQL, MCP
https://lumenqraph.onrender.com
Add the following topics to the repository (Settings > General > Topics):
stellarsorobanindexerrustblockchaingraphqlmcpweb3
If you have admin access to the repository, run:
# Set description and homepage
gh repo edit --description "Open-source, self-hostable event indexer for Soroban smart contracts — typed decoding, read layer, webhooks, GraphQL, MCP" --homepage "https://lumenqraph.onrender.com"
# Add topics
gh repo edit --add-topic stellar,soroban,indexer,rust,blockchain,graphql,mcp,web3- Navigate to the repository on GitHub
- Click "Settings" (requires admin access)
- Under "General" section:
- Add the description in the "Description" field
- Add the homepage URL in the "Website" field
- Click "Add topic" and add each topic from the list above
- Click "Save changes"