← ClaudeAtlas

sol-trade-sdk-botlisted

Use this skill when building or modifying Solana trading code with sol-trade-sdk, including Rust and multi-language variants, DEX buy/sell params, PumpFun/PumpSwap/Bonk/Raydium/Meteora trading, SWQoS/MEV services, gas fee strategy, durable nonce, address lookup tables, middleware, sniping, and copy trading execution. Supports Chinese and English prompts, including 买入, 卖出, 发单, 交易参数, 狙击, 跟单, SWQoS, MEV, gas 策略, nonce, 多语言 SDK.
0xfnzero/solana-bot-dev-skills · ★ 3 · AI & Automation · score 64
Install: claude install-skill 0xfnzero/solana-bot-dev-skills
# Sol Trade SDK Bot Use this skill for Chinese or English requests about transaction construction and sending with `sol-trade-sdk`. ## What The SDK Provides - Unified buy/sell interface for PumpFun, PumpSwap/Pump AMM, Bonk/Raydium Launchpad, Raydium CPMM, Raydium AMM V4, and Meteora DAMM v2. - SWQoS/MEV sender integrations including Jito, Nextblock, ZeroSlot, Temporal, Bloxroute, FlashBlock, BlockRazor, Node1, Astralane, SpeedLanding, and default RPC. - Shared infrastructure for multi-wallet bots. - Gas fee strategy, durable nonce, address lookup table, middleware, and token account helpers. ## Dependency ```toml sol-trade-sdk = "4.0.14" ``` Multi-language package names and directly installable package versions: | Language | Package/module | Version | Install | |----------|----------------|---------|---------| | Rust | `sol-trade-sdk` | `4.0.14` | `cargo add sol-trade-sdk@4.0.14` | | Node.js/TypeScript | `sol-trade-sdk` | `0.1.0` on npm | `npm install sol-trade-sdk@0.1.0` | | Python | `sol-trade-sdk` | `0.1.1` | `pip install sol-trade-sdk==0.1.1` | | Go | `github.com/0xfnzero/sol-trade-sdk-golang` | `v0.1.1` | `go get github.com/0xfnzero/sol-trade-sdk-golang@v0.1.1` | The Node.js repository has a `v0.1.1` tag/package.json, but npm `latest` is `0.1.0` as of the source review. Do not generate `npm install sol-trade-sdk@0.1.1` unless that package version is published or the user is installing from GitHub/tag source. Language-specific entry points: - Node.js/TypeScript: