0.2.2 • Published 7 months ago

zerosync_header_chain_verifier v0.2.2

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Header Chain Verifier

This applies the Sandstorm verifier to the header chain proof and compiles it to WebAssembly.

Setup

# Copy compiled program over from prover/build
# You have to source your cairo_venv before that
cd ..; make prover/build/increment_batch_compiled.json; cd verifier ; \
cp ../prover/build/increment_batch_compiled.json .

npm install
cargo install wasm-pack

Build

npm run build

Run Development Server

cd build
python3 -m http.server
0.2.1

7 months ago

0.2.0

7 months ago

0.2.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago