A blazing fast, modern, and easy-to-use CLI for managing multiple Solana wallets written in Rust 🦀
cargo install swm
swm ls
swm set <wallet_name>
swm new <wallet_name>
swm rm <wallet_name>
swm rename <old_wallet_name> <new_wallet_name>
swm balance <wallet_name> (optional)
swm pubkey <wallet_name> (optional)
swm
integrates with the Solana CLI, so ensure you have it installed:
solana --version
If not installed, follow the Solana CLI setup guide:
swm
is open source and released under the MIT OR Apache-2.0 license
Want to improve swm
?
Feel free to submit issues and pull requests on GitHub: