zPass SDK Testing with Example Clone this repository cd into examples/ Install dependencies: npm install Set up local devnet: Clone snarkOS Start local devnet in mainnet mode: ./devnet Follow instructions and select mainnet when prompted Deploy verify_poseidon2_zpass program to local devnet: cd programs/verify_poseidon2_zpass leo deploy # Uses .env.example with validator 0's private key Note: The validator 0's private key in .env.example has test tokens for local devnet Start the example: cd .. npm run dev Open the example in your browser and follow the instructions Pull up the console and see the logs Roadmap Add records finder Add testnet support Add mainnet support Add merkle root and proof generation Optimise program execution Web Worker integration Add universal wallet adapter support Documentation and setup guide