# @polkadot/vanitygen

> A vanity generator

Latest version **0.63.20** (published 2026-03-26) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @polkadot/vanitygen
pnpm add @polkadot/vanitygen
yarn add @polkadot/vanitygen
bun add @polkadot/vanitygen
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.63.20 |
| Published | 2026-03-26 |
| First published | 2020-03-21 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 280 |
| Author | Jaco Greeff |
| Maintainers | jacogr, polkadotjs, paritytech-ci |

## Links

- npm: https://www.npmjs.com/package/@polkadot/vanitygen
- Repository: https://github.com/polkadot-js/tools
- Homepage: https://github.com/polkadot-js/tools/tree/master/packages/vanitygen#readme
- Issues: https://github.com/polkadot-js/tools/issues
- npm.io page: https://npm.io/package/@polkadot/vanitygen

## Recent versions

- 0.63.20 (latest) — 2026-03-26
- 0.51.12-0 (beta) — 2022-06-21
- 0.63.19 — 2025-11-26
- 0.63.18 — 2025-11-12
- 0.63.17 — 2025-10-22
- 0.63.16 — 2025-09-24
- 0.63.15 — 2025-08-27
- 0.63.14 — 2025-08-14
- 0.63.13 — 2025-07-30
- 0.63.12 — 2025-07-15
- 0.63.11 — 2025-07-02
- 0.63.10 — 2025-06-18
- 0.63.9 — 2025-06-05
- 0.63.8 — 2025-05-28
- 0.63.7 — 2025-05-14
- … 344 more at https://npm.io/package/@polkadot/vanitygen/versions

## README

# @polkadot/vanitygen

A cli vanity generator

## Usage

```
yarn run:vanity --match cook13 --mnemonic --network kusama --type ed25519
```

When using the `--mnemonic` option, the generation will be very slow since it needs to generate mnemonics and then test the resulting outputs.

As with all other cli utilities `--help` will return a list of the available options.

If you are installing it globally -

```
$ yarn global add @polkadot/vanitygen
$ polkadot-js-vanitygen ...
```

---
_Source: https://npm.io/package/@polkadot/vanitygen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
