Skip to content

Identity ‐ Documentation

3videnZ edited this page Apr 4, 2024 · 8 revisions

Prometheus-X Work Packages 1.4 & 1.5 Documentation

Context

This documentation summarizes the locations and operating modes of the deliverables of the Identity module, whose specifications are here.

List of delivered Open Source components

Reminder of the expected Open Source components:

  • Catalog_directory contract

    • EVM-compatible smart contract & ABI
    • Documentation (including call methods)
    • Client code for Web integration of the catalog directory
  • Catalog_administration contract

    • EVM-compatible Smart contract & ABI
    • Documentation (including call methods)
    • Client code for Web integration of the credentials & descriptions directory
  • Authentication Component via did:ethr: Allows authentication via DID and verification of credentials. Integrated with catalog_app, it enables the appropriate rights for catalog users.

  • Signature Component via did:ethr: Incorporated into the catalog_app code, it particularly allows the signing of self-descriptions.

  • Component for Publishing Descriptions on IPFS

Deliverables

Catalog_directory Contract

Catalog_administration contract

Authentication Component via did:ethr

  • Summary: Allows authentication via DID and verification of credentials. Integrated with catalog_app, it enables the appropriate rights for catalog users.
  • Deliverable location and documentation

Signature Component via did:ethr

Component for Publishing Descriptions on IPFS

  • Summary: Incorporated into the catalog_app code, it particularly allows the recording of self-descriptions in a decentralized storage environment (IPFS).
  • Deliverable location and documentation

Clone this wiki locally