Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 629 Bytes

File metadata and controls

27 lines (20 loc) · 629 Bytes

ProbeID

Universal identity system on ProbeChain Rydberg Testnet supporting Human, Agent, and Organization identity types with verifiable attributes.

Features

  • Create identities with public key association
  • Add attributes with proof hashes (e.g., email, name, KYC)
  • Verifier-based attribute verification
  • Attribute revocation by owner or verifier
  • Identity deactivation

Setup

npm install
cp .env.example .env
# Add your private key to .env
npx hardhat compile
npm run deploy

Network