💎 Browser-based ETH vanity address generator
Find a file
2018-01-27 13:38:00 +01:00
src Use webpack instead of gulp + browserify 2018-01-27 12:25:32 +01:00
.babelrc Use webpack instead of gulp + browserify 2018-01-27 12:25:32 +01:00
.gitignore Use webpack instead of gulp + browserify 2018-01-27 12:25:32 +01:00
.travis.yml Update travis build job 2018-01-27 12:36:17 +01:00
index.html Use webpack instead of gulp + browserify 2018-01-27 12:25:32 +01:00
LICENSE Initial commit 2017-12-21 08:13:10 +01:00
package-lock.json Use webpack instead of gulp + browserify 2018-01-27 12:25:32 +01:00
package.json Update travis build job 2018-01-27 12:36:17 +01:00
README.md Use webpack instead of gulp + browserify 2018-01-27 12:25:32 +01:00
webpack.config.js Lint files 2018-01-27 13:38:00 +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

Check out the wiki page

Local development

Install dependencies

npm i

Run the dev-sever while you code

npm run dev

Build the project

npm run build

The Travis CI bot is in charge of building and deploying Vanity-ETH to Github pages.