Merge pull request #2 from ChainSafe/mpetrunic-readme-patch-1

Update README.md
This commit is contained in:
Cayman 2020-02-26 11:35:15 -06:00 committed by GitHub
commit 8e155f22cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -6,10 +6,11 @@
This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures and supports signature aggregation. This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures and supports signature aggregation.
>[spec](https://github.com/ethereum/eth2.0-specs/blob/master/specs/bls_signature.md) >[spec](https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/beacon-chain.md#bls-signatures)
>[test vectors](https://github.com/ethereum/eth2.0-spec-tests/tree/master/tests/bls) >[test vectors](https://github.com/ethereum/eth2.0-spec-tests/tree/master/tests/bls)
##### Notice: *0.3.x* branch and releases follows old [eth2 bls specitification](https://github.com/ethereum/eth2.0-specs/blob/v0.9.4/specs/bls_signature.md)
## Usage ## Usage
- `yarn add @chainsafe/bls` - `yarn add @chainsafe/bls`