27 lines
341 B
Markdown
27 lines
341 B
Markdown
# Vanity ETH
|
|
|
|
Online ETH vanity address generator
|
|
|
|
## Local usage
|
|
|
|
Just clone the repo and open `index.html` with your web browser
|
|
|
|
## Local development
|
|
|
|
Install dependencies
|
|
|
|
```sh
|
|
npm i
|
|
```
|
|
|
|
Run the watcher to browserify JS while you code
|
|
|
|
```sh
|
|
npm run-script watch
|
|
```
|
|
|
|
Build before pushing to production
|
|
|
|
```sh
|
|
npm run-script build
|
|
```
|