Skip to content

bon3k/vanity-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Vanity Key Generator (CLI)

Command-line tool for generating Nostr keys. It creates public keys (npub) that start with a custom pattern.

Requirements

  • Python 3.8 or higher

Installation

Clone this repository and navigate into the project folder:

git clone https://github.com/bon3k/vanity-key.git
cd vanity-key

Create a virtual environment and install the dependencies:

python3 -m venv venv
source venv/bin/activate  # En Windows: venv\Scripts\activate
pip install -r requirements.txt

Uso

Run the script:

python3 vanity-key.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages