Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 805 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 805 Bytes

solana-substreams

Solana substreams monorepo.

Setup

[dependencies]
substreams-solana-utils = { git = "https://github.com/0xpapercut/substreams-solana-utils", tag = "v0.1.4" } # Mandatory
system-program-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.4" }
spl-token-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.4" }
raydium-amm-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.4" }
pumpfun-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.4" }
mpl-token-metadata-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.4" }

For an usage example, checkout solana-indexer.