Skip to content

Commit bcf9c62

Browse files
authored
Add files via upload
1 parent 2f7635a commit bcf9c62

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

indy/MyID/Readme.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# MyID - SAFBC Identity Proof of Concept
2+
3+
In order to demostrate the potential of the Sovrin Identity Framework in a _real_ way, the SAFBC's Identity Working Group is attempting to build out a sample set of applications to test a KYC scenario.
4+
5+
There are three components to this POC.
6+
7+
## MyID Agent
8+
9+
An Agent will exist for each participant on the Sovrin Idenity Network, and provides the following functionality:
10+
11+
* it is the interface to the Sovrin distributed ledger
12+
* it controls the identity wallet containing keys and data
13+
14+
## MyID Bank Application
15+
16+
The application will perform two roles in this demo:
17+
18+
* Cater for the capture of a _clients_ PII data into a KYC data Claim and subsequent attestation of said claim (signing with the banks public key)
19+
* Verification of subsequent identy claims provided by prospective clients
20+
21+
## MyID User Mobile App
22+
23+
The MyID app will be used by individuals to manage their own idenity. The app will:
24+
25+
* Connect to the users Agent in order to interact with the Sovrin Network.
26+
* Manage the clients DID's and relationships with other network participants
27+
* Provide a mechanism for processing Identity information requests

0 commit comments

Comments
 (0)