30 lines
875 B
Markdown
30 lines
875 B
Markdown
# Vanity ETH
|
|
|
|
[](https://travis-ci.org/bokub/vanity-eth)
|
|
[](https://codeclimate.com/github/bokub/vanity-eth/maintainability)
|
|
[](https://github.com/sindresorhus/xo)
|
|
|
|
Browser-based ETH vanity address generator
|
|
|
|
Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️
|
|
|
|
## Local usage
|
|
|
|
Check out the [wiki page](https://github.com/bokub/vanity-eth/wiki/Download-Vanity-ETH)
|
|
|
|
## Local development
|
|
|
|
Install dependencies
|
|
|
|
```sh
|
|
npm i
|
|
npm i -g gulp
|
|
```
|
|
|
|
Run the watcher to compile CSS/JS while you code
|
|
|
|
```sh
|
|
gulp watch # or npm run-script watch
|
|
```
|
|
|
|
The Travis CI bot is in charge of building and deploying Vanity-ETH to Github pages.
|