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