The Solana Wallet Manager is a Rust-based application designed to simplify the management of multiple Solana wallets. This tool allows users to generate new wallets, view wallet balances, and request airdrops to their wallets on the Solana Devnet.
- Generate New Wallets: Easily create new Solana wallets with secure key pairs.
- View Wallet Balances: Check the balance of each wallet in lamports.
- Request Airdrops: Request airdrops to any of your wallets directly from the application.
- Manage Multiple Wallets: Store and manage multiple wallets in a single JSON file.
- If no wallets are found, the application will automatically generate a new wallet and display the public key.
- If wallets are found, their balances will be listed.
- The user can request an airdrop to any existing wallet by selecting the wallet number.
- If the user decides not to request an airdrop, they will be prompted to generate a new wallet.
- Language: Rust
- Dependencies: solana-client, solana-sdk, serde, serde_json
git clone https://github.com/yourusername/solana-wallet-manager.git
cd solana-wallet-manager
cargo build
cargo run