💎 Browser-based ETH vanity address generator
Find a file
2017-12-21 20:16:41 +01:00
js Add precommit hook with husky 2017-12-21 20:16:41 +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 Add precommit hook with husky 2017-12-21 20:16:41 +01:00
package.json Add precommit hook with husky 2017-12-21 20:16:41 +01:00
README.md Add precommit hook with husky 2017-12-21 20:16:41 +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 while you code

npm run-script watch

Build before pushing to production

npm run-script build