34 lines
863 B
Markdown
34 lines
863 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
|
|
```
|
|
|
|
Run the dev-sever while you code
|
|
```sh
|
|
npm run dev
|
|
```
|
|
|
|
Build the project
|
|
|
|
```sh
|
|
npm run build
|
|
```
|
|
|
|
The Travis CI bot is in charge of building and deploying Vanity-ETH to Github pages.
|