sol-trade-sdk-botlisted
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: