0xKYC Documentation
  • ☀️Welcome to 0xKYC Documentation
  • Overview
    • 💡What we do
    • ✨Our Products
  • DEVELOPER GUIDES
    • 📍Start Here
    • 🧙Client or Server Guide
      • Sunscreen - Uniquness Verification
        • Define ABI
        • Get Unique Identifier of an Address
        • Working with the UUID
      • 0xKYC - Sanctions/ AML
        • Contract Addresses
        • Define ABI
        • Checking for SBT
        • Token-gate on the Front-end
    • ⛓️Blockchain Guide
      • Smart Contract
      • On Chain Verification
      • No Code (Etherscan)
    • 🤖Public APIs
Powered by GitBook
On this page
  1. DEVELOPER GUIDES
  2. Client or Server Guide

Sunscreen - Uniquness Verification

Proof of Uniquness

Every user that goes through our app will be assigned a UUID, this is a unique identifier that will then be assigned and minted onto the blockchain. With every additional wallet our system picks up to be the same user, we assign the same UUID, networking individuals accross wallets. The uniquness verification system is based upon a biometric scan done of the user.

PreviousClient or Server GuideNextDefine ABI

Last updated 1 year ago

🧙