-
Notifications
You must be signed in to change notification settings - Fork 2
Identity ‐ Documentation
3videnZ edited this page Apr 4, 2024
·
8 revisions
This documentation summarizes the locations and operating modes of the deliverables of the Identity module, whose specifications are here.
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
-
Summary: The
Catalog_directory Contractis an EVM-compatible smart contract designed to manage a directory of catalogs accredited by the Prometheus-X association, allowing their official recognition within the ecosystem. An instance of theCatalog_directory contractis currently deployed on the Avalanche-Fuji testnet - Location of deliverables:
-
Summary: The
Catalog_administration contractis an EVM-compatible smart contract designed to model, issue, and distribute credentials (identity, authorization credentials: for example, "ecosystem_owner" or "ecosystem_data_user"., etc) in the form of SBT (SoulBound Token, non-transferable NFTs). An instance of theCatalog_administration contractis allowing issuance of Identity Credentials has been deployed on the Avalanche-Fuji testnet. - Location of deliverables:
- 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
- Summary: Incorporated into the catalog_app code, it particularly allows the signing of self-descriptions.
- Deliverable location and documentation
- 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