💎 Browser-based ETH vanity address generator
Find a file
2018-01-11 08:35:53 +01:00
css Try Travis CI deployment 2018-01-10 20:10:33 +01:00
images Create a nice UI 2017-12-23 23:57:50 +01:00
js Try Travis CI deployment 2018-01-10 20:10:33 +01:00
.gitignore Attempt to fix build 2018-01-10 20:14:32 +01:00
.travis.yml Attempt to fix build 2018-01-10 20:14:32 +01:00
gulpfile.js Improve build task 2018-01-11 08:35:53 +01:00
index.html Replace path of worker 2018-01-11 00:13:14 +01:00
LICENSE Initial commit 2017-12-21 08:13:10 +01:00
package-lock.json Improve build task 2018-01-11 08:35:53 +01:00
package.json Improve build task 2018-01-11 08:35:53 +01:00
README.md Attempt to fix build 2018-01-10 20:14:32 +01:00

Vanity ETH

Build Status Maintainability XO code style

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 Github pages, download / clone the project and open index.html with your web browser.

⚠ For some reason, some browsers such as chrome disallow multi-thread computation when run from a local file.

Local development

Install dependencies

npm i
npm i -g gulp

Run the watcher to compile while you code

gulp watch # or npm run-script watch