-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
69 lines (68 loc) · 1.86 KB
/
dfx.json
File metadata and controls
69 lines (68 loc) · 1.86 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"canisters": {
"aadhaar_digital_zk_verifier":{
"type":"rust",
"package":"aadhaar_digital_zk_verifier",
"candid":"src/backend/recovery/aadhaar_digital_zk_verifier/aadhaar_digital_zk_verifier.did"
},
"reclaim_verifier_unofficial":{
"candid":"src/backend/reclaim_verifier_unofficial/reclaim_verifier_unofficial.did",
"package":"reclaim_verifier_unofficial",
"type":"rust"
},
"recovery_dkim_email_verifier":{
"candid":"src/backend/recovery/dkim_email_verifier/dkim_email_verifier.did",
"package":"dkim_email_verifier",
"type":"rust"
},
"hush":{
"candid":"src/backend/hush/hush.did",
"package":"hush",
"type":"rust"
},
"system_api": {
"candid": "src/backend/system_api/vetkd_system_api.did",
"package": "system_api",
"type": "rust"
},
"storage": {
"candid": "src/backend/storage/storage.did",
"package": "storage",
"type": "rust"
},
"hush-web-app-frontend": {
"dependencies": [
"aadhaar_digital_zk_verifier",
"reclaim_verifier_unofficial",
"recovery_dkim_email_verifier",
"hush",
"storage",
"system_api"
],
"source": [
"src/hush-web-app-frontend/dist"
],
"type": "assets",
"workspace": "hush-web-app-frontend"
},
"internet_identity": {
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
"frontend": {},
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
},
"type": "custom",
"wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}