vanity-eth/README.md
2017-12-21 20:16:41 +01:00

341 B

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