vanity-eth/README.md
2018-01-27 12:25:32 +01:00

34 lines
863 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
```
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.