💎 Browser-based ETH vanity address generator
Find a file
2017-12-21 19:45:22 +01:00
js Create a working generator 2017-12-21 19:45:22 +01:00
.gitignore Initial commit 2017-12-21 08:13:10 +01:00
gulpfile.js Create a working generator 2017-12-21 19:45:22 +01:00
index.html Create a working generator 2017-12-21 19:45:22 +01:00
LICENSE Initial commit 2017-12-21 08:13:10 +01:00
package-lock.json Create a working generator 2017-12-21 19:45:22 +01:00
package.json Create a working generator 2017-12-21 19:45:22 +01:00
README.md Create a working generator 2017-12-21 19:45:22 +01:00

Vanity ETH

Online ETH vanity address generator

Local usage

Just clone the repo and open index.html with your web browser

Local development

Install dependencies

npm i

Run the watcher to browserify JS as you code

npm run-script watch

Browserify / babelify /uglify before pushing to production

npm run-script build