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.

Workflow

Installs
14
GitHub Stars
7
First Seen
Jun 14, 2026
zk — lightprotocol/skills