npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

solana-wallet-toolkit

v1.0.0

Published

A user-friendly, multi-language CLI toolkit for generating Solana wallets, including custom vanity and bulk addresses.

Readme

Solana Wallet Toolkit 🛠️


Solana Wallet Toolkit provides a simple yet powerful interactive command-line interface to create Solana wallets. Whether you need a personalized vanity address with a specific prefix, or thousands of wallets for an airdrop, this tool streamlines the process with guided menus and high-performance generation.

✨ Features

  • Vanity Address Generator: Find Solana addresses with your desired prefix or suffix (e.g., cmalf...). Utilizes multi-threading for non-blocking, high-performance searching.
  • Bulk Wallet Generator: Quickly create hundreds or thousands of wallets in a single command.
  • Interactive & User-Friendly: A fully guided menu-driven experience. No complex commands to memorize.
  • Multi-Language Support: Full support for English, Indonesian, Chinese, Russian, and Thai.
  • Flexible Save Options: Save your generated wallets in multiple formats (.js, .csv, .txt) for easy integration.
  • Safe & Secure: All key generation happens locally on your machine. Your mnemonic phrases are never transmitted.
  • Responsive Controls: Stop any process gracefully with Ctrl+C at any time, thanks to a non-blocking architecture.

🚀 Getting Started

Prerequisites

  • Node.js version 16.0.0 or higher.
  • npm (usually included with Node.js).

Installation

There are two ways to use this toolkit:

1. Via npx (Recommended for Quick Use)

This method allows you to run the toolkit without a permanent installation. It's quick, easy, and always uses the latest version.

npx solana-wallet-toolkit

2. Global Installation (For Frequent Use)

If you plan to use this tool often, you can install it globally on your system.

npm install -g solana-wallet-toolkit

After installation, you can run the toolkit from anywhere in your terminal with a simple command:

sol-toolkit

🎮 How to Use

Once you start the application, you will be guided through an interactive menu:

  1. Select Language: Choose your preferred language for the interface.
  2. Select Tool:
    • Vanity Address Generator: To find a custom address (with mnemonic and privateKeyBase58).
    • Bulk Wallet Generator: To create multiple wallets at once.
  3. Follow Prompts: Answer the questions to configure the generator (e.g., enter prefix, number of wallets).
  4. Generate: The tool will start the generation process.
  5. Save Results: After completion, you'll be prompted to save the generated wallets in your preferred format (.js, .csv, or .txt).

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Crafted with ❤️ by cmalf