💎 Browser-based ETH vanity address generator
js | ||
.gitignore | ||
gulpfile.js | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
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