Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.06 KB

Vanity Stellar Address Toolkit

Requirements

  • Python 3.x
  • stellar_sdk library

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.