AI context files (llms.txt) for dApp protocols. Feed these to LLMs to get accurate, up-to-date integration guidance.
| Protocol | Path | Description |
|---|---|---|
| OCash | protocols/ocash/ |
Privacy-preserving ZKP SDK (UTXO + zk-SNARK) |
| PancakeSwap | protocols/pancakeswap/ |
DEX (V3 concentrated liquidity, SmartRouter) |
Point your AI tool at the raw file:
https://raw.githubusercontent.com/PolyhedraZK/dApp-context-hub/main/protocols/pancakeswap/llms.txt
Or clone and reference locally:
git clone https://github.com/PolyhedraZK/dApp-context-hub.gitAdd a new protocol:
- Create
protocols/<protocol-name>/llms.txt - Follow the format: overview, install, quick start, API reference, key types, common pitfalls
- Keep it concise — LLM context windows are finite
- Open a PR
MIT