hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).
Apache License 2.0
190 stars 56 forks source link

Ordhook writes directly to API database #325

Open smcclellan opened 4 months ago

smcclellan commented 4 months ago

Ordhook currently sends its data to the Ordinals API, which writes the data. This is an extra step that is bypassed in how runehook is designed.

The goal is for ordhook to read/write to a database. The Ordinals API can then fetch all the data it needs using a read-only connection.