Solidity smart contracts for verifying Reclaim Protocol proofs on-chain.
git clone https://github.com/reclaimprotocol/reclaim-verifier-foundry.git
cd reclaim-verifier-foundry
forge installforge buildforge testexport PRIVATE_KEY=0x...
export RPC_URL=...
forge script script/Reclaim.s.sol --rpc-url $RPC_URL --broadcastInstall dependency:
forge install reclaimprotocol/reclaim-verifier-foundryimport {Reclaim} from "reclaim-verifier-foundry/Reclaim.sol";
// Verify a proof
reclaim.verifyProof(proof);| Chain Name | Deployed Address | Explorer Link |
|---|---|---|
| BNB Smart Chain Testnet | 0xe79A453bD088F4A58656b315a7C1f8Ea3473CCf1 | https://testnet.bscscan.com/address/0xe79A453bD088F4A58656b315a7C1f8Ea3473CCf1#code |
MIT