💎 Browser-based ETH vanity address generator
Find a file
2017-12-22 08:36:42 +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 git.io URL in readme 2017-12-22 08:36:42 +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 Gihub pages, 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