Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 348 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 348 Bytes

PlonkJS

Javascript/NodeJS Plonk library on eigen-plonky and bellman.

Usage

test

npm run build_node
npm run test
cargo flamegraph --test prove_and_verify  #perf

compile

npm run build_node  #node
npm run build  #web