Skip to content

reclaimprotocol/reclaim-verifier-foundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reclaim Protocol Verifier

Solidity smart contracts for verifying Reclaim Protocol proofs on-chain.

Installation

git clone https://github.com/reclaimprotocol/reclaim-verifier-foundry.git
cd reclaim-verifier-foundry
forge install

Build

forge build

Test

forge test

Deploy

export PRIVATE_KEY=0x...
export RPC_URL=...
forge script script/Reclaim.s.sol --rpc-url $RPC_URL --broadcast

Usage

Install dependency:

forge install reclaimprotocol/reclaim-verifier-foundry
import {Reclaim} from "reclaim-verifier-foundry/Reclaim.sol";

// Verify a proof
reclaim.verifyProof(proof);

Deployments

Chain Name Deployed Address Explorer Link
BNB Smart Chain Testnet 0xe79A453bD088F4A58656b315a7C1f8Ea3473CCf1 https://testnet.bscscan.com/address/0xe79A453bD088F4A58656b315a7C1f8Ea3473CCf1#code

License

MIT

About

Reclaim Verifier in Foundry.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors