- ๐ Python 3.9+
- ๐ฆ
stellar-sdk
Recommended (virtual environment):
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install stellar-sdkAlternative (global install):
python3 -m pip install --upgrade pip
python3 -m pip install stellar-sdk- Run the script by executing the following command:
python3 generateVanity{FUNCTION}.pyKeypairgenerates a standard pre- or suffix vanity public keyPublicKeygenerate a valid vanity public key without a signer
-
Enter your desired inputs.
-
View the result.
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.