Wallet Manager is a powerful command-line interface wallet solution for Solana blockchain. It allows you to manage your Solana wallets, perform various transactions, and interact with the Solana network.
- Easy to use: Wallet Manager has an intuitive interface that makes it easy for users to perform various actions.
- Fast and secure: Wallet Manager uses Solana's web3.js library for fast and secure transactions.
- Multiple actions: Wallet Manager supports multiple actions such as displaying your public key, getting SOL airdrop, displaying balances, sending tokens (single and bulk), and swapping tokens via Jup.ag.
To run Wallet Manager, follow these steps:
- Clone the repository:
git clone https://github.com/carson2222/wallet-manager
- Navigate to the project directory:
cd wallet-manager
- Install the dependencies:
npm i
- Fill in
data.json
based ondata-template.txt
- Start the application:
npm run
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.