21 lines
817 B
Markdown
21 lines
817 B
Markdown
# bls-js
|
|
|
|
[![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)
|
|
![ETH2.0_Spec_Version 0.8.0](https://img.shields.io/badge/ETH2.0_Spec_Version-0.8.0-2e86c1.svg)
|
|
|
|
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)
|
|
|
|
>[test vectors](https://github.com/ethereum/eth2.0-spec-tests/tree/master/tests/bls)
|
|
|
|
## Usage
|
|
- `yarn add @chainsafe/bls`
|
|
|
|
## Development
|
|
- `git clone --recursive git@github.com:ChainSafe/lodestar.git`
|
|
- `cd lodestar`
|
|
- `lerna bootstrap`
|
|
- `cd packages/bls`
|