o1js-lite
v1.0.0
Published
A lightweight version of the o1js package with only the verify function.
Downloads
43
Maintainers
Readme
o1js-lite
A lightweight version of the o1js package with only the verify function.
Installation
npm install o1js-liteUsage
import { verify } from "o1js-lite";
// Example usage of verify function
verify(/* proof data */);