zkp-sdk
Version:
🧰 ZKP SDK for Kai-Turah Harmonic Identity — integrates Prover, Verifier, Auth, Oracle, Gateway & more using Groth16 and Poseidon.
48 lines (47 loc) • 1.04 kB
JSON
{
"name": "zkp-sdk",
"version": "0.1.4",
"type": "module",
"description": "🧰 ZKP SDK for Kai-Turah Harmonic Identity — integrates Prover, Verifier, Auth, Oracle, Gateway & more using Groth16 and Poseidon.",
"license": "Apache-2.0",
"author": "BJ Klock",
"homepage": "https://github.com/phinetwork/keychain-full/zkp-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/phinetwork/keychain-full/zkp-sdk.git"
},
"bugs": {
"url": "https://github.com/phinetwork/keychain-full/zkp-sdk/issues"
},
"keywords": [
"zkp",
"sdk",
"phi-network",
"kai-turah",
"groth16",
"poseidon",
"wasm",
"zero-knowledge",
"cryptography",
"resonance",
"harmonic-identity",
"prover",
"verifier",
"auth",
"oracle",
"gateway"
],
"files": [
"zkp_sdk_bg.wasm",
"zkp_sdk.js",
"zkp_sdk.d.ts"
],
"main": "zkp_sdk.js",
"types": "zkp_sdk.d.ts",
"sideEffects": [
"./snippets/*"
],
"engines": {
"node": ">=16"
}
}