Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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