Functions
Pump
Pump.fun Integration
Overview
Handles the creation and management of tokens on Pump.fun’s bonding curve system, along with buy/sell functionality.
Key Components
📁 Directory Structure
src/components/pumpfun/
- UI componentssrc/services/pumpfun/pumpfunService.ts
- Core functionalitysrc/utils/pumpfun/pumpfunUtils.ts
- Helper utilities
🚀 Core Functions
createAndBuyTokenViaPumpfun
- Token creation and initial purchasebuyTokenViaPumpfun
- Purchase existing tokenssellTokenViaPumpfun
- Liquidate token holdings
🔄 Integration Features
- Metadata uploading to decentralized storage
- Connection to PumpFunSDK
- Bridging to Raydium for tokens not available on Pump.fun
💻 UI Components
PumpfunBuySection
- Interface for purchasing tokensPumpfunSellSection
- Interface for selling tokensPumpfunLaunchSection
- Interface for launching new tokens
Was this page helpful?