Skip to content

JFWooten4/py-stellar-vanity-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Vanity Stellar Address Toolkit

Requirements

  • ๐Ÿ Python 3.9+
  • ๐Ÿ“ฆ stellar-sdk

Install

Recommended (virtual environment):

python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install stellar-sdk

Alternative (global install):

python3 -m pip install --upgrade pip
python3 -m pip install stellar-sdk

Usage

  1. Run the script by executing the following command:
python3 generateVanity{FUNCTION}.py
  • Keypair generates a standard pre- or suffix vanity public key
  • PublicKey generate a valid vanity public key without a signer
  1. Enter your desired inputs.

  2. View the result.

Disclaimer

These scripts are for demonstration purposes only. Generating vanity public keys and using them for real-world applications can have security implications. Always exercise caution and follow best practices when working with cryptographic keys.

It is highly recommended that you avoid using vanity keys in production or sensitive environments. I provide configureVanitySigners.py without any warranties or representations to create a transaction replacing a vanity account's signers with your own public keys. More info.

About

Vanity functions for Stellar public keys. ๐Ÿ”

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages