ddcff3a7ff
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
src | ||
test | ||
.babel-register | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
karma.conf.js | ||
package.json | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
README.md
bls-js
This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures and supports signature aggregation.
Notice: 0.3.x branch and releases follows old eth2 bls specitification
Usage
yarn add @chainsafe/bls
Development
git clone --recursive git@github.com:ChainSafe/lodestar.git
cd lodestar
lerna bootstrap
cd packages/bls