feat: Add CLI trading tool with multi-DEX support

This commit is contained in:
ysq
2025-09-15 21:12:42 +08:00
parent 8aecc039b1
commit 558188bb38
9 changed files with 1873 additions and 5 deletions
+2 -2
View File
@@ -89,14 +89,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.13" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.14" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = "0.6.13"
sol-trade-sdk = "0.6.14"
```
## 🛠️ 使用示例