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 🙏

© 2024 – Pkg Stats / Ryan Hefner

vanity.web3

v0.3.3

Published

Vanity address generator for web3 in command line, supports ethereum, solana, tron and aptos

Downloads

36

Readme

vanity.web3

Vanity address generator for web3 in command line.

Supports EVM-Chains(Ethereum, Binance Smart Chain, Polygon, Avalanche etc, and it's contract address), Solana, Tron and Aptos.

Examples:

  • EVM: 0xbbBBF4d7FDF3E6993218FC8Cbd5975E34BB47777
  • Solana: SoLQCis48RxKMYKL26gBJDyofzVUweQd66S3xD8t4MS
  • Contract Address: 0x000007b812f197453E29819fb0B4EC543119e33E created by private key 84c8745d552640833096ff7b7982f2cf9862b48610e2a1bb25fe53250f1f8b71
  • Tron: TRXonvpjGWKgu4MQdJHJhQN6mtmjFkM7HX, 0xAAB43D4E91EBC9A2e475b80BE725F8791C4e3C7d
  • Aptos: 0x000000616a48469384a03540e9b391d9753c1e2cde382d058a58975585fca596

Installation

  • NPM: npm install -g vanity.web3
  • Yarn: yarn global add vanity.web3

Usage

Vanity address generator for web3 in command line, supports ethereum, solana, tron and aptos

VERSION
  vanity.web3/0.3.0 darwin-x64 node-v16.14.2

USAGE
  $ vanity [COMMAND]

COMMANDS
  address       Generate vanity address
  autocomplete  display autocomplete installation instructions
  help          Display help for vanity.

Just run vanity address to generate a vanity address, and you can get notified when the address is available.

Generate vanity address

USAGE
  $ vanity address [PREFIX] [SUFFIX] [-c evm|solana|aptos|tron] [-s] [-w <value>] [-n <value>] [-o <value>] [-C]

ARGUMENTS
  PREFIX  The prefix to use for the vanity address, supports multiple prefixes separated by commas
  SUFFIX  The suffix to use for the vanity address, supports multiple suffixes separated by commas

FLAGS
  -C, --contract         Whether the vanity address is for a contract address, now only supports evm
  -c, --chain=<option>   [default: evm] The chain type to use for address generation
                         <options: evm|solana|aptos|tron>
  -n, --num=<value>      [default: 1] The number of addresses to generate
  -o, --output=<value>   The file to output the addresses to
  -s, --caseSensitive    Whether the vanity address is case sensitive
  -w, --workers=<value>  The number of workers to use for address generation, defaults to the half of the number of CPUs

DESCRIPTION
  Generate vanity address

EXAMPLES
  $ vanity address 012,111 abc,def -s -w 2

  $ vanity address 000 -C

  $ vanity address so,far so,good -c solana -n 2

  $ vanity address 0000 1111 -c aptos -w 1 -n 2 -o output.txt

  $ vanity address trx -c tron

Donate

| ETH: 0xbbBBF4d7FDF3E6993218FC8Cbd5975E34BB47777 | SOL: SoLQCis48RxKMYKL26gBJDyofzVUweQd66S3xD8t4MS | | :-------------------: | :-------------------: | | | |

License

MIT