- 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:Note: The validator 0's private key in .env.example has test tokens for local devnetcd programs/verify_poseidon2_zpass leo deploy # Uses .env.example with validator 0's private key
- 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
- Add records finder
- Add mainnet support
- Optimise program execution
- Web Worker integration
- Add universal wallet adapter support
- Documentation and setup guide