Skip to content

Lightprotocol/proof-verification-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightest

A tool for comparing ZK proof verification between devnet and local Photon indexer.

Setup

  1. Copy the example environment file:

    cp .env.example .env
  2. Fill in your values in .env:

    • HELIUS_API_KEY - Your Helius API key
    • DEVNET_RPC_URL - Solana devnet RPC URL
    • TEST_ADDRESS - Address to test proof verification
    • ADDRESS_TREE - Address tree pubkey
    • LOCAL_PHOTON_URL - (Optional) Local Photon indexer URL for comparison
  3. Build and run:

    cargo run

What it does

Runs 100 iterations of ZK proof verification against devnet Photon indexer.

If LOCAL_PHOTON_URL is set, also compares results against a local Photon indexer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages