vanity-eth/README.md

30 lines
875 B
Markdown

# Vanity ETH
[![Build Status](https://travis-ci.org/bokub/vanity-eth.svg?branch=master)](https://travis-ci.org/bokub/vanity-eth)
[![Maintainability](https://api.codeclimate.com/v1/badges/818874f09ea56c310072/maintainability)](https://codeclimate.com/github/bokub/vanity-eth/maintainability)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](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.