Skip to content

AkshatGiri/solana_batch_wallet_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Batch Wallet Manager

A simple cli utility to batch manage Solana wallets. This is currently very much in progress.

Installation

npm install

Add a .env file to the root of the project with the following:

RPC_ENDPOINT=https://api.devnet.solana.com

Usage

node index.js --help

Commands

Generate Wallets

node index.js generate-wallets 10 --output wallets.json

Fund Wallets

node index.js fund-wallets {wallets_to_fund_json_file} {sol_amount_to_send} {sender_private_key}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published