Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.94 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.94 KB

Wallet Manager

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.

Key Features

  • 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.

How to run

To run Wallet Manager, follow these steps:

  1. Clone the repository: git clone https://github.com/carson2222/wallet-manager
  2. Navigate to the project directory: cd wallet-manager
  3. Install the dependencies: npm i
  4. Fill in data.json based on data-template.txt
  5. Start the application: npm run

Demo

Display your Public Key

Get SOL airdrop

Display balances

Send token single

Send tokens in Bulk

Swap tokens

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

Technologies used