blockbuster

Crates.ioblockbuster
lib.rsblockbuster
version2.3.1
sourcesrc
created_at2022-09-14 17:08:01.765628
updated_at2024-06-14 20:03:30.00216
descriptionMetaplex canonical program parsers, for indexing, analytics etc....
homepage
repositoryhttps://github.com/metaplex-foundation/blockbuster
max_upload_size
id665947
size133,717
Michael Danenberg (danenbm)

documentation

README

BlockBuster

BlockBuster -> "Busting Solana blocks into little pieces to index and operate on the programs therein" - Noone - 1995

This repository is the home for Metaplex Program Parsers. Program parsers are canonical libraries that take a transaction or account update from a geyser plugin and parse them correctly according to Metaplex smart contracts. This sort of parsing is hard to automate as it must contain some knowledge of the API structure of the contract which is not fully describable yet via IDLs. Things like remaining accounts, optional accounts and complex instruction data are not always 100% clear what they mean without knowledge of the contract.

Mode of Operation

This library works best as a consumer of messages sent via a geyser plugin using the Plerkle Serialization library by metaplex. The types from that library are FlatBuffer based currently, and are the wire format of messages coming out of Plerkle into the rest of the infrastructure. For more information about Plerkle and the Digital Asset RPC infrastructure It can however be used in any general programs provided you can create the data in the FlatBuffer types.

Scope

This library contains parsers for the following programs and the parsers are specific to how these contracts relate to metaplex assets.

  • Gummyroll (Solana)
  • Bubblegum (Metaplex)
  • Spl Token (Solana)
  • Token Metadata (Metaplex)
  • Auction House (Metaplex)
  • Candy Machine (Metaplex)
  • Hydra (Metaplex)
Commit count: 191

cargo fmt