Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 455 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 455 Bytes

@bloki/indexer

This module operates on top of Ordinals, indexing every valid Blok directly from Bitcoin in accordance with the Blok Protocol.

You can configure the Ordinals endpoint and data directory by updating the constants.ts file as needed.

Initialization is faster than updates because the code is designed to run frequently as part of a scheduled job or similar process.

Install using npm install build npm build and start npm start.