Migrating to OPI
OPI is our open-source indexing client for meta-protocols on Bitcoin. It is built on a modified version oford, is modular, and has reorg protection built into every module.
OPI currently indexes:
- BRC-20 — follows the official protocol rules and tracks all historical balance changes and events
- Bitmap — indexes bitmap-number and inscription-id pairs per the official specification
- SNS (Sats Names) — tracks name, domain and namespace registrations
What you’ll need
- PostgreSQL
- Rust toolchain (to build
ordand the BRC-20 indexer) - Node.js (for the API services)
- Python 3 with virtual environment support