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
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "cli_trading"
version = "0.1.0"
edition = "2021"
[dependencies]
sol-trade-sdk = { path = "../.." }
solana-sdk = "2.3.0"
tokio = { version = "1", features = ["full"] }
clap = { version = "4.0", features = ["derive"] }
spl-token = "8.0.0"
spl-associated-token-account = "7.0.0"