Installation

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.

JavaScript / Node.js

npm install @zipwire/proofpack @zipwire/proofpack-ethereum

C# / .NET

dotnet add package Zipwire.ProofPack

Rust

Add to Cargo.toml:

[dependencies]
proofpack = "1.3.0"

Full guide: ProofPack & Agent Delegation. SDKs and latest versions: ProofPack on GitHubarrow-up-right.

Last updated