Merge pull request #8 from ChainSafe/cayman/update-readme

Update readme
This commit is contained in:
Marin Petrunić 2020-04-18 10:10:43 +02:00 committed by GitHub
commit 21219b3581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# bls-js # bls
[![Build Status](https://travis-ci.org/ChainSafe/lodestar.svg?branch=master)](https://travis-ci.org/ChainSafe/lodestar) [![Build Status](https://travis-ci.org/ChainSafe/lodestar.svg?branch=master)](https://travis-ci.org/ChainSafe/lodestar)
[![codecov](https://codecov.io/gh/ChainSafe/lodestar/branch/master/graph/badge.svg)](https://codecov.io/gh/ChainSafe/lodestar) [![codecov](https://codecov.io/gh/ChainSafe/lodestar/branch/master/graph/badge.svg)](https://codecov.io/gh/ChainSafe/lodestar)
@ -14,8 +14,6 @@ This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures
## Usage ## Usage
- `yarn add @chainsafe/bls` - `yarn add @chainsafe/bls`
## Development ## License
- `git clone --recursive git@github.com:ChainSafe/lodestar.git`
- `cd lodestar` Apache-2.0
- `lerna bootstrap`
- `cd packages/bls`