💎 Browser-based ETH vanity address generator
Find a file
2018-01-02 19:54:46 +01:00
css Improve UX 2017-12-26 14:13:41 +01:00
images Create a nice UI 2017-12-23 23:57:50 +01:00
js Take index.js out of the bundle 2018-01-02 19:54:46 +01:00
.gitignore Initial commit 2017-12-21 08:13:10 +01:00
gulpfile.js Take index.js out of the bundle 2018-01-02 19:54:46 +01:00
index.html Take index.js out of the bundle 2018-01-02 19:54:46 +01:00
LICENSE Initial commit 2017-12-21 08:13:10 +01:00
package-lock.json Use SASS instead of CSS 2017-12-24 11:24:59 +01:00
package.json Use SASS instead of CSS 2017-12-24 11:24:59 +01:00
README.md Take index.js out of the bundle 2018-01-02 19:54:46 +01:00

Vanity ETH

Browser-based ETH vanity address generator

Just type git.io/veth to use it

Local usage

If for any reason you don't want to use the version hosted by Github pages, download / clone the project and open index.html with your web browser

Local development

Install dependencies

npm i

Run the watcher to compile while you code

npm run-script watch

Build before pushing to production

npm run-script build