Improve README, add travis config file
This commit is contained in:
parent
692773e400
commit
6478be07d7
2 changed files with 13 additions and 1 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "node"
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- npm install
|
|
@ -1,12 +1,18 @@
|
||||||
# Vanity ETH
|
# Vanity ETH
|
||||||
|
|
||||||
|
[](https://travis-ci.org/bokub/vanity-eth)
|
||||||
|
[](https://codeclimate.com/github/bokub/vanity-eth/maintainability)
|
||||||
|
[](https://github.com/sindresorhus/xo)
|
||||||
|
|
||||||
Browser-based ETH vanity address generator
|
Browser-based ETH vanity address generator
|
||||||
|
|
||||||
Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️
|
Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️
|
||||||
|
|
||||||
## Local usage
|
## 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
|
## Local development
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue