Expand description
pumpfun-sdk-core
Minimal, dependency-light building blocks for Pump.fun interaction:
- Program IDs/constants
- PDA / ATA derivations
- Anchor-style instruction builders (starting with
create_v2)
Re-exports§
pub use config::Config;pub use config::TokenProgram;pub use error::PumpSdkError;pub use error::Result;pub use instructions::bonding_curve_buy_sell::build_buy_ix;pub use instructions::bonding_curve_buy_sell::build_sell_ix;pub use instructions::bonding_curve_buy_sell::BondingCurveBuyAccounts;pub use instructions::bonding_curve_buy_sell::BondingCurveSellAccounts;pub use instructions::create_v2::build_create_v2_ix;pub use instructions::create_v2::CreateV2Accounts;pub use instructions::create_v2::CreateV2Params;