29 lines
477 B
Markdown
29 lines
477 B
Markdown
# Vanity ETH
|
|
|
|
Browser-based ETH vanity address generator
|
|
|
|
Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️
|
|
|
|
## Local usage
|
|
|
|
If for any reason you don't want to use the version hosted by Gihub pages, clone the repo and open `index.html` with your web browser
|
|
|
|
## Local development
|
|
|
|
Install dependencies
|
|
|
|
```sh
|
|
npm i
|
|
```
|
|
|
|
Run the watcher to compile while you code
|
|
|
|
```sh
|
|
npm run-script watch
|
|
```
|
|
|
|
Build before pushing to production
|
|
|
|
```sh
|
|
npm run-script build
|
|
```
|