zk
Installation
SKILL.md
ZK Nullifiers
Overview
Building a ZK Solana program requires:
- Nullifiers to prevent double spending
- Proof verification
- A Merkle tree to store state
- An indexer to serve Merkle proofs
- Encrypted state
For non-ZK applications that use nullifiers, see the compressed-pda skill.