You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EAS SDK for reading attestations from Base network
Features
Builders Directory: Searchable, filterable list of verified builders
Partners Directory: List of verification partners with verification counts
Partner Application: Button linking to a Notion form for organizations to apply as verification partners
Builder Search: Simple search functionality by wallet address or other identifiers
Partner Filter: Filter builders by verification partners
Development Iterations
1. Design Mode (Frontend Prototype)
Build UI with mock data
Show aggregated metrics: Verified Builders, Verification Partners, Total Attestations
Builder table with (in this order): Address, Verifications, First Verified, Verified By, Context
Search bar to search for builder wallet address or ENS
CTA for builders to create Talent Protocol profiles
CTA for for organizations to apply to become new verification partners through a Notion form
2. EAS Integration
A read-only application that displays builder attestations from EAS on the Base network, with simple search and filter by verification partner functionality
dropdown to select partner → show partner attestation UID and a shortcut to copy the UID
remind user to open "Advanced Options" and add the Referenced Attestation UID on the EAS UI
remind user to make sure the toggle for isBuilder is True and the the final toggle is "Onchain", not "Offchain" (the default will be False and Offchain, so this is important)
The app does not include any authentication or partner dashboards.
4. Backend Implementation
Supabase setup to cache and serve attestation data
Database schema for partners and builders
The app does not include any authentication or admin dashboards.
5. Talent API Integration
Enrich builder records with Talent Protocol data
Add fields: Display Name, Builder Score, Main Role, Location