ordinals/ord

Add r/inscriptions/block/<BLOCK_HEIGHT> to retrieve inscription ID's

Open

#3,765 建立於 2024年5月17日

在 GitHub 查看
 (8 留言) (19 反應) (0 負責人)Rust (1,479 fork)github user discovery
enhancementgood first issue

倉庫指標

Star
 (3,955 star)
PR 合併指標
 (PR 指標待抓取)

描述

Let's mirror the explorer feature of retrieving inscriptions from blocks. This could be done simply with the following recursive endpoint:

r/inscriptions/block/<BLOCK_HEIGHT> : query any block height and return inscription ID's on that block

Should only need to return inscription ID as we can gather INFO, CONTENT, METADATA, and PARENT/CHILD recursively from ID.

Specifically, this would allow inscription-based indexers to be built, which is vital for the future of bitmap and other namespaces.

貢獻者指南