https://github.com/al-the-bot-father/solana-wallet-manager
Solana Wallet Manager GUI to transfer and recover funds
https://github.com/al-the-bot-father/solana-wallet-manager
gui manager recover solana transfer wallet
Last synced: 6 months ago
JSON representation
Solana Wallet Manager GUI to transfer and recover funds
- Host: GitHub
- URL: https://github.com/al-the-bot-father/solana-wallet-manager
- Owner: AL-THE-BOT-FATHER
- Created: 2024-12-14T12:55:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:05:43.000Z (10 months ago)
- Last Synced: 2025-02-08T01:51:24.823Z (8 months ago)
- Topics: gui, manager, recover, solana, transfer, wallet
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Solana Wallet Manager

The Solana Wallet Manager GUI application is a user-friendly interface designed for managing wallets and transactions on the Solana blockchain.
***Warning: wallets.json stores priv keys, handle this file carefully!!!***
```
Add Wallet:
Allows users to manually add wallets by entering a wallet name, public key, and private key.Generate Wallet:
Generates a new wallet with a unique public and private key.
Prompts the user to assign a name to the generated wallet.Remove Wallet:
Enables users to remove an existing wallet.
Checks the wallet's balance before removal.
Warns the user if the wallet has a non-zero balance and allows them to cancel the operation.Check Balance:
Allows users to select a wallet and retrieve its balance in SOL.Transfer SOL:
Tranfers SOL between wallets.
Requires the sender's private key and the receiver's public key.Recover SOL:
Transfers all available SOL from one wallet to another.
Useful for consolidating funds into a primary wallet.
```This project requires:
```pip install solders solana PyQt5```