How to swap on SPL tokens using Wallet core #4189
-
How to swap on Solana tokens using Wallet core |
Beta Was this translation helpful? Give feedback.
Answered by
satoshiotomakan
Jan 3, 2025
Replies: 1 comment
-
Hi @aminsato, you should integrate a DEX that supports Solana, and then sign the raw transaction bytes using WalletCore. wallet-core/rust/tw_tests/tests/chains/solana/solana_sign.rs Lines 885 to 925 in bbb9913 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aminsato
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @aminsato, you should integrate a DEX that supports Solana, and then sign the raw transaction bytes using WalletCore.
Something like that
wallet-core/rust/tw_tests/tests/chains/solana/solana_sign.rs
Lines 885 to 925 in bbb9913