Skip to content

Download Vanity ETH

Boris K edited this page Jun 16, 2022 · 16 revisions

Vanity-ETH

You can either use Vanity-ETH online at vanity-eth.tk, or download it for a totally offline usage.

Method 1 (easiest) - Download the latest build

The easiest way to download Vanity-ETH is from the following link: > Download Vanity-ETH <

Just unzip the downloaded archive, and open vanity-eth.html with your favorite browser.


Method 2 - Build Vanity-ETH from source code

Clone Vanity-ETH (git clone https://github.com/bokub/vanity-eth) or download and unzip the source code

Run the following in the vanity-eth folder:

npm i
npm run build

When finished, open index.html with your favorite browser.

Clone this wiki locally