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 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.6.13"
version = "0.6.14"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",
@@ -31,6 +31,7 @@ members = [
"examples/pumpswap_direct_trading",
"examples/wsol_wrapper",
"examples/seed_trading",
"examples/cli_trading",
]
[lib]