LogoLogo
  • 👋Introduction
    • Zion v2
  • 🏗️Zion Protocol Architecture
    • Overview
    • 🆔Decentralized Identifiers DIDs
      • DID Document
      • Service Endpoints
      • Sidetree
      • DID Universal Resource Identifier
        • Short Form URI
        • Long Form URi
      • DID Operations
        • Signing
        • Verification
      • Verifiable Credentials
    • ⚙️Decentralized Web Nodes
      • Messages
        • Basic Message
        • Signed Data
        • Authorization
        • Encrypted Data
      • DWN Requests
    • ⚡Bitcoin Lightning Network
      • Invoices
      • Payments(HTLC)
      • Taro
        • Non fungible Assets
        • Assets
        • Multi-Hop Taro Transfers
        • Asset Exchange
  • 📲Zion Social
    • Zion App
      • DID Account Creation
      • Social Profiles
      • Lightning Wallet
      • Creator Communities
      • Community Posts
    • Guide
  • 💫Web5 Interoperability
    • Why Web5?
    • Future Thoughts
    • FAQs
  • 📧Contact and Media
    • Contact Us
    • Social Media
Powered by GitBook
On this page
  • Signing
  • Verification

Was this helpful?

  1. Zion Protocol Architecture
  2. Decentralized Identifiers DIDs

DID Operations

PreviousDID Universal Resource IdentifierNextVerifiable Credentials

Last updated 2 years ago

Was this helpful?

All Sidtree-based DID operations require DID owners to generate specific data values and cryptographic material. These operations are:

  • Create: Used to generate a side tree based DID.

  • Update: Used to update the state of a DID.

  • Recover: Used to recover a DID.

  • Deactivate: Used to deactivate a DID.

Signing

Sidetree relies on JSON Web signatures(JWS)( ) for authentication and integrity protections of all DID operations, except with create operations which contain key material and are self certifying. More information on key singing can be found .

Verification

Sidetree operations are only valid when the JWS can be verified with the correct key pair for the type of operation that is invoked(with the exception of the create operation). These operations and associated key pairs keys are:

  • must be signed by a valid Update Key Pair.

  • : must be signed by a valid Recovery Key Pair.

  • : must be signed by a valid Recovery Key Pair.

🏗️
🆔
More information
More information
More information
More information
RFC7515
here
Update:
Recovery
Deactivate