1.0.0 • Published 8 months ago

o1js-lite v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

o1js-lite

A lightweight version of the o1js package with only the verify function.

Installation

npm install o1js-lite

Usage

import { verify } from "o1js-lite";

// Example usage of verify function
verify(/* proof data */);
1.0.0

8 months ago