| Crates.io | swm |
| lib.rs | swm |
| version | 0.1.1 |
| created_at | 2025-02-08 07:19:10.507218+00 |
| updated_at | 2025-02-09 05:11:51.666155+00 |
| description | A blazing fast, modern, and easy-to-use CLI for managing multiple Solana wallets. |
| homepage | https://github.com/ColeBlender/swm |
| repository | https://github.com/ColeBlender/swm |
| max_upload_size | |
| id | 1547840 |
| size | 34,704 |
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: