IkigaiLabsETH / ikigailabs.xyz

What if Eliza summons a dream team of AI personas that interact with each other and report back to us humans. Don’t be surprised if she starts sweeping floors. Through our Curated Art Explorer, we exhibit artworks from all major marketplaces. Powered by a multi-agent framework, Eliza is rocking the boat
https://ikigailabs-xyz.vercel.app
2 stars 1 forks source link

Feat: Ordinals API #154

Closed IkigaiLabsETH closed 4 months ago

IkigaiLabsETH commented 4 months ago

Image

This section provides an overview of the methods that can executed against the API to retrieve ordinal related information such as inscriptions and satoshis.

Inscriptions are indexed by looking for ord envelopes in blockchain witness scripts and added to a mongodb collection providing consumer ability for various filtering and sorting capabilities.

Satoshis are currently being indexed by ord and consumed internally by the API to related individual satoshis and ordinal information to the consumer and our own indexes.

https://sado.space/docs/api-ordinals#get-ordinals

VS

https://github.com/IkigaiLabsETH/ordinals-api

VS

https://ordiscan.com/docs/api

VS

ORDIT SDK

https://docs.ordit.ordzaar.com/

https://docs.ordit.ordzaar.com/api/browser-wallets https://docs.ordit.ordzaar.com/api/transactions

IkigaiLabsETH commented 4 months ago

Due to the new BLINKS on sol, we are pushing back to give Ordinals NFTs priority over Solana Integration