Disco is identity simplified and focused on:

  • Interoperability: We are chain-agnostic and you can take your portable credentials anywhere!
  • Privacy: You are given the tools to consent to how information is shared and with whom. PII (Personal Identifiable Information) data is never committed to public blockchains.
  • Autonomy: You as the user, should be able to own your own data. You own your own keys and no central authority can revoke or censor this!

Integration

Folder Structure:

integrations/disco
ā”œā”€ actions/
ā”‚  ā”œā”€ get-credentials-from-did.ts
ā”‚  ā”œā”€ get-profile-from-address-simple.ts
ā”‚  ā”œā”€ get-profile-from-address.ts
ā”œā”€ components/
ā”‚  ā”œā”€ disco-profile-basic.tsx
ā”‚  ā”œā”€ disco-profile-credentials.tsx
ā”œā”€ hooks/
ā”‚  ā”œā”€ use-disco-get-credentials-from-did.ts
ā”‚  ā”œā”€ use-disco-get-profile-from-address.ts
ā”‚  ā”œā”€ use-disco-get-profile-from-did.ts
ā”œā”€ routes/
ā”‚  ā”œā”€ route-credentials-from-did.ts
ā”‚  ā”œā”€ route-disco-profile-from-address.ts
ā”‚  ā”œā”€ route-disco-profile-from-did.ts
ā”œā”€ disco-client.ts
ā”œā”€ README.md