Skip to content

Latest commit

 

History

History
executable file
·
67 lines (54 loc) · 3.16 KB

README.md

File metadata and controls

executable file
·
67 lines (54 loc) · 3.16 KB

Claims module specification

This document specifies the claims module, a custom Ixo Cosmos SDK module.

The Claims Module provides an advanced structure for handling Verifiable Claims (VCs), cryptographic attestations regarding a subject. By aligning with the W3C standard and incorporating unique ixo system identifiers, this module offers a comprehensive solution for creating, evaluating, and managing claims. It enables entities to define protocols, authorize agents, and maintain a verifiable registry, ensuring authenticity and transparency in all claim-related processes.

Contents

  1. Concepts

  2. State

  3. Messages

  4. Events

  5. Parameters

  6. Future Improvements