@jayanth-kumar-morem/snarkjs-to-solana
Version:
A comprehensive toolkit for converting snarkjs artifacts to Solana-compatible formats. This package provides both CLI tools and programmatic APIs for converting zero-knowledge proofs and verification keys from snarkjs to formats that work with Solana's gr
26 lines • 572 B
JSON
{
"name": "proofUtils",
"version": "0.1.0",
"description": "WASM utilities for proof conversion",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"node": "./nodejs/proof_utils.js",
"browser": "./web/proof_utils.js",
"import": "./bundler/proof_utils.js",
"require": "./nodejs/proof_utils.js",
"default": "./nodejs/proof_utils.js"
}
},
"files": [
"index.js",
"index.d.ts",
"index-web.js",
"index-web.d.ts",
"web/",
"bundler/"
],
"sideEffects": false
}