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

stacks-vanity

v0.0.1

Published

Vanity addresses generator CLI tool for Stacks Network

Downloads

4

Readme

stacks-vanity

Vanity account addresses creation CLI tool for Stacks chain

Installation

npm install -g stacks-vanity

Usage

% stacks-vanity --help
Usage: stacks-vanity [options] <slice...>

Vanity account addresses creation CLI tool for Stacks Bitcoin L2 chain

Arguments:
  slice                 vanity c32 slices to search for, like 123 or C0PA

Options:
  -V, --version         output the version number
  -b, --bitcoin         search in Bitcoin segwit address instead of Stacks
  -c, --case-sensitive  case sensitive (only valid for Bitcoin)
  -n, --native          search in Bitcoin native segwit address instead (only valid for Bitcoin)
  -r, --taproot         search in Bitcoin taproot address instead (only valid for Bitcoin)
  -s, --suffix          suffix instead of prefix
  -t, --testnet         testnet instead of mainnet
  -h, --help            display help for command

% _

Example

For searching for Bitcoin native segwit addresses with sufixes 00 and AC:

% stacks-vanity -bns 00 ac
Searching for "00" suffixed addresses...
Searching for "AC" suffixed addresses...
# AC found:
address: SP2HEQ76AEESY6XK8P906CSAQWQ7NCPJCB42W9KYZ
bitcoin: bc1q7xzrhsgn8khpkgnq7f8kpz35qq5ddlwmxrcdac
wif: L4sHvuyWhRh2ZyBVSe9Dt5R9WM69NxeFEV5HvUsogJpVYVhZkZau
mnemonic: teach wonder deposit sign catch vital habit antenna proof degree social admit buffalo more never couple same add vacuum dinner exhibit master exclude ring
mileage: 931
-------------------------------
# 00 found:
address: SP318TQ8FKMYZK5F7FB15AV38TC7DNH650FZFZ1VS
bitcoin: bc1qxznc33gux50nyv4eu2rkuj3368krwuwt2lcg00
wif: KwhAYpmVAnxB46dm2VTG9WRmnjBe8b6WzQMEVBsZhst2Cveu74Md
mnemonic: cigar nasty drama forget zero holiday trial jar clump segment hedgehog orient oblige daring pipe tape liberty gain brain post script intact mushroom cave
mileage: 2838
-------------------------------
done searching for 2 vanity addresses.
% _

NOTE: Please DO NOT use these addresses because their private key is now public domain!

For each result, in the first line you have your new vanity address, then the mnemonic passphrase to import to your wallet. Please store these somewhere safe.

stacks-vanity works locally on your command line and doesn't connect to any server, so you can be sure you are the only one knowing your passphrase or private key.

Enjoy your vanity addresses! <3 :)