Improve README, add travis config file

This commit is contained in:
Boris Kubiak 2018-01-07 22:34:11 +01:00
parent 692773e400
commit 6478be07d7
2 changed files with 13 additions and 1 deletions

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: node_js
node_js:
- "node"
before_script:
- npm install

View file

@ -1,12 +1,18 @@
# 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
If for any reason you don't want to use the version hosted by Github pages, download / clone the project and open `index.html` with your web browser
If for any reason you don't want to use the version hosted by Github pages, download / clone the project and open `index.html` with your web browser.
⚠ For some reason, some browsers such as chrome disallow multi-thread computation when run from a local file.
## Local development