This repo contains the prover and verifier for the Oyster attestation.
- Attestation is fetched from TEE.
- Run the prover to generate a proof that the attestation is valid.
- Proof is sent to verifier contract.
cd script
SP1_PROVER=cpu cargo run --bin oyster
# For CUDA
SP1_PROVER=cuda cargo run --bin oyster