forked from DPGAlliance/publicgoods-candidates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdivoc.json
48 lines (48 loc) · 1.35 KB
/
divoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "DIVOC",
"aliases": [
"Digital Infrastructure for Vaccination Open Credentialing"
],
"description": "Open source digital platform for large scale digital vaccination credentialing programs",
"website": "https://divoc.egov.org.in/",
"license": [
{
"spdx": "MIT",
"licenseURL": "https://github.com/egovernments/DIVOC/blob/main/LICENSE"
}
],
"SDGs": [
{
"SDGNumber": 3,
"evidenceText": "DIVOC is part of India's Co-WIN platform (used for COVID vaccination) and has been already used at scale within India. DIVOC instance in India has already issued more than 100 million digitally verifiable credentials and continues to issue few million credentials every day as India's vaccination drive scales up.",
"evidenceURL": "https://divoc.egov.org.in/"
}
],
"sectors": [
"Health"
],
"type": [
"software"
],
"repositories": [
{
"name": "main",
"url": "https://github.com/egovernments/DIVOC"
}
],
"organizations": [
{
"name": "eGovernments Foundation",
"website": "https://egov.org.in/",
"org_type": "owner",
"contact_name": "Rajeesh R Menon",
"contact_email": "[email protected]"
},
{
"name": "eGovernments Foundation",
"website": "https://egov.org.in/",
"org_type": "maintainer"
}
],
"stage": "DPG"
}