You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collected Solana Program IDL files for DEX, launchpad, AMM, CLMM, and bonding-curve integrations used by FnZero parser and trading tools.
What This Repository Provides
This repository is a lightweight IDL catalog for developers building Solana parsers, trading bots, indexers, explorers, and SDK integrations. It focuses on PumpFun, PumpSwap, Raydium, Meteora, Orca, and related Solana DEX programs.
IDLs are provided as reference assets. Always validate program addresses, instruction layouts, and account schemas against the version you use in production.
For parser and bot examples, see the FnZero SDK repositories linked above.
Current Upstream Sources
The unversioned filenames track the protocol-maintained current IDL. Files explicitly named
legacy, 011, 015, or another historical version remain pinned snapshots.
Canonical hashes are calculated with jq -S -c . | sha256sum, so formatting differences do not
change the result. Raydium AMM V4 is not an Anchor program; raydium_amm.json remains a
compatibility reference, while current instruction and ray_log layouts are defined by
raydium-io/raydium-amm.
About
Solana Program IDL catalog for PumpFun, PumpSwap, Raydium, Meteora, Orca, and DEX parser/trading SDK integrations.