💎 Browser-based ETH vanity address generator
Find a file
2017-12-22 18:01:08 +01:00
js Compute difficulty and probability, add stop button & checksum checkbox 2017-12-22 18:01:08 +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 Compute difficulty and probability, add stop button & checksum checkbox 2017-12-22 18:01:08 +01:00
LICENSE Initial commit 2017-12-21 08:13:10 +01:00
package-lock.json Compute difficulty and probability, add stop button & checksum checkbox 2017-12-22 18:01:08 +01:00
package.json Compute difficulty and probability, add stop button & checksum checkbox 2017-12-22 18:01:08 +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