Merge pull request #8 from ChainSafe/cayman/update-readme
Update readme
This commit is contained in:
commit
21219b3581
10
README.md
10
README.md
|
@ -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`
|
|
||||||
|
|
Reference in New Issue