Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.8 KB

File metadata and controls

46 lines (36 loc) · 1.8 KB

SIROS Foundation

SIROS Foundation builds open source for digital identity. What you will find here includes...

graph TB
    subgraph wallet["🪪 SIROS ID Wallet"]
        frontend[wallet-frontend]
        common[wallet-common]
        backend[go-wallet-backend]
        frontend --> common
        backend --> common
    end

    subgraph issuance["📜 Issuance & Verification"]
        vc[vc]
    end

    subgraph trust["🔐 Trust Ecosystem Tools"]
        g119612[g119612]
        goFF[goFF]
        gospocp[go-spocp]
        gotrust[go-trust]
    end

    subgraph registry["📋 Wallet Ecosystem"]
        reg[registry.siros.org]
        mtcvctm[mtcvctm]
    end

    wallet <-->|credentials| issuance
    trust -->|trust lists| issuance
    trust -->|policies| wallet
    registry -->|metadata| wallet
    registry -->|templates| issuance
Loading

Read about SIROS ID at developers.siros.org and about SIROS Foundation at siros.org