💎 Browser-based ETH vanity address generator
Find a file
2018-01-15 08:38:23 +01:00
css Use local fonts 2018-01-13 20:12:26 +01:00
dist Add dist JS and CSS 2018-01-13 20:28:44 +01:00
fonts Use local fonts 2018-01-13 20:12:26 +01:00
images Add favicon 2018-01-13 20:13:51 +01:00
js Format big numbers with spaces 2018-01-15 08:38:23 +01:00
.gitignore Add dist JS and CSS 2018-01-13 20:28:44 +01:00
.travis.yml Attempt to fix build 2018-01-10 20:14:32 +01:00
gulpfile.js Use local vue and bootstrap, display 50% probability 2018-01-13 20:15:15 +01:00
index.html Format big numbers with spaces 2018-01-15 08:38:23 +01:00
LICENSE Initial commit 2017-12-21 08:13:10 +01:00
package-lock.json Add dist JS and CSS 2018-01-13 20:28:44 +01:00
package.json Add dist JS and CSS 2018-01-13 20:28:44 +01:00
README.md Use local vue and bootstrap, display 50% probability 2018-01-13 20:15:15 +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
npm i -g gulp

Run the watcher to compile CSS/JS while you code

gulp watch # or npm run-script watch

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