By collecting β€œstamps” of validation for your identity and online reputation, you can gain access to the most trustworthy web3 experiences and maximize your ability to benefit from platforms like Gitcoin Grants. The more you verify your identity, the more opportunities you will have to vote and participate across the web3.

Integration

Folder Structure:

integrations/gitcoin-passport
β”œβ”€ api/
β”‚  β”œβ”€ address-score.ts
β”‚  β”œβ”€ address-stamps.ts
β”‚  β”œβ”€ signing-message.ts
β”‚  β”œβ”€ stamps-metadata.ts
β”‚  β”œβ”€ submit-passport.ts
β”œβ”€ components/
β”‚  β”œβ”€ list-stamps.tsx
β”‚  β”œβ”€ score-gate.tsx
β”‚  β”œβ”€ stamp-card.tsx
β”‚  β”œβ”€ stamp-gate.tsx
β”‚  β”œβ”€ submit-passport-button.tsx
β”œβ”€ hooks/
β”‚  β”œβ”€ use-get-address-stamps.ts
β”‚  β”œβ”€ use-get-score.ts
β”‚  β”œβ”€ use-get-stamps-metadata.ts
β”‚  β”œβ”€ use-submit-passport.ts
β”œβ”€ utils/
β”‚  β”œβ”€ config.ts
β”‚  β”œβ”€ data-types.ts
β”‚  β”œβ”€ types.ts
β”œβ”€ constants.ts
β”œβ”€ types.ts
β”œβ”€ README.md