A simple cli utility to batch manage Solana wallets. This is currently very much in progress.
npm install
Add a .env
file to the root of the project with the following:
RPC_ENDPOINT=https://api.devnet.solana.com
node index.js --help
node index.js generate-wallets 10 --output wallets.json
node index.js fund-wallets {wallets_to_fund_json_file} {sol_amount_to_send} {sender_private_key}