0.2.3 • Published 4 years ago

eth2 v0.2.3

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
4 years ago

WebAssembly-compiled Beacon Chain State Transition Function

This library compiles the beacon crate into WebAssembly, exposes it with a Javascript interface, and thus allow it to run in a browser.

Quickstart

Add eth2 to your dependency. After that, run:

const beacon = import('eth2');
beacon.then(m => m.execute_minimal(block, state));
0.2.3

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago