A simple Flask app to generate vanity Ethereum-compatible wallets (for ApeChain or other EVM networks) by brute-forcing addresses with a specified hex prefix.
- Enter a hex prefix (e.g.,
cafe
) to generate an address starting with that prefix. - Returns the generated address and the private key.
- Python 3.8+
- pip
pip install -r requirements.txt
- Run the app:
python app.py
- Open your browser at
http://localhost:5000
. - Enter a hex prefix (without
0x
) and clickGenerate
. - Wait for your vanity address to appear.
- Brute-forcing can take a long time for longer prefixes.
- Do not share your private key.
MIT