@chainsafe/eth2-bls-wasm

BLS signature by WebAssembly

Usage no npm install needed!

<script type="module">
  import chainsafeEth2BlsWasm from 'https://cdn.skypack.dev/@chainsafe/eth2-bls-wasm';
</script>

README

Build Status

BLS signature for Node.js and Web by WebAssembly

Abstract

see bls and BLS demo on browser

Development

git clone --recursive git@github.com:ChainSafe/eth2-bls-wasm.git

Requirements:

  • Node.js >= 8.9.0
  • emcc
  • yarn
  • yarn run build

Run tests:

node test.js

License

modified new BSD License http://opensource.org/licenses/BSD-3-Clause

Author

光成滋生 MITSUNARI Shigeo(herumi@nifty.com)