Public registry of off-chain EAS attestations published by the b1e55ed contributor system.
When a contributor registers in b1e55ed with --attest, the system:
- Creates a signed off-chain EAS attestation (EIP-712, zero gas)
- Automatically publishes it here as a GitHub Issue
Each issue contains the full signed attestation object and can be independently verified.
Each attestation issue contains:
uid— deterministic UID derived from the signatureattester— the signing addresssignature— recoverable EIP-712 signatureeip712— full typed data for signature recovery
To verify, recover the signer from the EIP-712 typed data and check it matches attester.
Reference implementation: engine/integrations/eas.py — EASClient.verify_offchain_attestation()
Browse attestations: Issues tab
Filter by label:
attestation— all attestationsoffchain— all off-chain signed objects