UNPKG

zkp-oracle

Version:

🔮 ZK Oracle for Kai-Turah Harmonic Truth Attestation using Groth16 and Poseidon

41 lines (40 loc) • 919 B
{ "name": "zkp-oracle", "version": "0.1.1", "type": "module", "description": "🔮 ZK Oracle for Kai-Turah Harmonic Truth Attestation using Groth16 and Poseidon", "license": "Apache-2.0", "author": "BJ Klock", "homepage": "https://github.com/phinetwork/keychain-full/zkp-oracle#readme", "repository": { "type": "git", "url": "git+https://github.com/phinetwork/keychain-full/zkp-oracle.git" }, "bugs": { "url": "https://github.com/phinetwork/keychain-full/zkp-oracle/issues" }, "keywords": [ "zkp", "oracle", "kai-turah", "phi-network", "zero-knowledge", "groth16", "poseidon", "harmonic-proof", "truth-attestation" ], "files": [ "zkp_oracle_bg.wasm", "zkp_oracle.js", "zkp_oracle.d.ts" ], "main": "zkp_oracle.js", "types": "zkp_oracle.d.ts", "sideEffects": [ "./snippets/*" ], "engines": { "node": ">=16" } }