What problem does it solve?
This Skill simplifies the creation of complex on-chain transactions for the Pump.fun protocol on Solana, enabling users to interact with token creation, trading, and fee mechanisms without deep smart contract knowledge.
Core Features & Use Cases
- Instruction Building: Generates Solana
TransactionInstructions for token creation, bonding curve operations (buy/sell), and fee configuration.
- Cross-Program Support: Interacts with Pump, PumpAMM, and PumpFees programs, plus the Mayhem program.
- Offline-First: Constructs instructions without requiring a live RPC connection, promoting flexibility.
- Use Case: A developer can use this Skill to programmatically generate the necessary instructions to launch a new token on Pump.fun, including setting up its bonding curve and initial fee structure.
Quick Start
Use the pump-sdk-core skill to generate instructions for creating a new token on the Pump protocol.