UNPKG

zk-aptos-sdk

Version:

A CLI + SDK to generate and verify zkSNARK proofs on Aptos using Circom + Groth16.

35 lines (34 loc) 829 B
{ "name": "zk-aptos-sdk", "version": "1.0.5", "description": "A CLI + SDK to generate and verify zkSNARK proofs on Aptos using Circom + Groth16.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "main": "./bin/index.js", "bin": { "zk-aptos-sdk": "./bin/cli.js" }, "keywords": ["zk", "aptos", "snark", "circom", "groth16", "blockchain", "sdk", "cli"], "author": "Jatin Sahijwani jatinsahijwani2151@gmail.com", "license": "ISC", "type": "commonjs", "dependencies": { "aptos": "^1.21.0", "commander": "^14.0.0", "fs-extra": "^11.3.0", "snarkjs": "^0.7.5", "solc": "^0.8.30", "web3": "^4.16.0", "yaml": "^2.8.0" }, "files": [ "bin", "lib", "circomlib", "ptau", "pot12_0000.ptau", "pot12_0001.ptau", "README.md" ] }