hirosystems / ordhook

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

Ordhook writes directly to API database #325

Open smcclellan opened 1 month ago

smcclellan commented 1 month 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.