-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdfx.json
More file actions
executable file
·28 lines (28 loc) · 767 Bytes
/
dfx.json
File metadata and controls
executable file
·28 lines (28 loc) · 767 Bytes
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
{
"canisters": {
"hello": {
"type": "rust",
"candid": "backend/hello/hello.did",
"package": "hello",
"declarations": {
"node_compatibility": true
}
},
"internet_identity": {
"type": "custom",
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
"wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz",
"specified_id": "rdmx6-jaaaa-aaaaa-aaadq-cai"
},
"frontend": {
"dependencies": ["hello"],
"frontend": {
"entrypoint": "out/index.html"
},
"source": ["out"],
"type": "assets"
}
},
"output_env_file": ".env.local",
"version": 1
}