Hyperledger Indy - kukgini/blockchain GitHub Wiki
Description
- Self Sovereign Identity μ νΉνλ λΈλ‘체μΈ
- νΌλΈλ¦ νκ°ν λΈλ‘체μΈ.
- Steward λ‘ νλν μ¬λ λλ μ‘°μ§μ ꡬνκ³ μμ.

@startuml
title "Get Transcript - Sequence Diagram"
'generated from https://www.planttext.com
actor Alice
boundary "FaberCollegePage" as FaberCollegePage
control "IndyApp" as IndyApp
database IndyLedger
Alice -> FaberCollegePage: Open Page
Alice -> FaberCollegePage: Click "Get Transcript" button
FaberCollegePage -> Alice: installation guide of IndyApp (which is Sovrin Agency)
Alice -> Alice: Install IndyApp
Alice -> FaberCollegePage: Click "Get Transcript" button (again)
FaberCollegePage -> IndyLedger: build "connection request"
FaberCollegePage -> Alice: download file: connection-request.indy
Alice -> IndyApp: IndyApp launched
IndyApp -> Alice: Ask for connection request
Alice -> IndyApp: Accept conneciton
IndyApp -> IndyLedger: establish connection
@enduml