Installation
Installing ProofPack (JavaScript, C#, Rust)
Last updated
Installing ProofPack (JavaScript, C#, Rust)
Install the ProofPack libraries for your stack. Then see Quick setup: verification context and the example pages for verification code.
npm install @zipwire/proofpack @zipwire/proofpack-ethereumdotnet add package Zipwire.ProofPackAdd to Cargo.toml:
[dependencies]
proofpack = "1.3.0"Full guide: ProofPack & Agent Delegation. SDKs and latest versions: ProofPack on GitHub.
Last updated