vanity-eth/README.md
2018-01-07 22:34:11 +01:00

995 B
Raw Blame History

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

Run the watcher to compile while you code

npm run-script watch

Build before pushing to production

npm run-script build