f92b1593d7
# Conflicts: # packages/bls/src/helpers/g2point.ts # packages/lodestar/package.json # packages/lodestar/src/validator/options.ts # packages/lodestar/test/e2e/chain/factory/block/assebleBlock.test.ts # yarn.lock |
||
---|---|---|
src | ||
test | ||
.babel-register | ||
.babelrc | ||
.gitignore | ||
LICENSE | ||
README.md | ||
package.json | ||
tsconfig.json |
README.md
bls-js
This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures and supports signature aggregation.
Usage
yarn add @chainsafe/bls
Development
git clone --recursive git@github.com:ChainSafe/lodestar.git
cd lodestar
lerna bootstrap
cd packages/bls