forked from bipquantum/bip721x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
39 lines (39 loc) · 820 Bytes
/
dfx.json
File metadata and controls
39 lines (39 loc) · 820 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
29
30
31
32
33
34
35
36
37
38
39
{
"canisters": {
"bip721_ledger": {
"main": "src/bip721_ledger/main.mo",
"type": "motoko"
},
"bqc_ledger": {
"main": "src/bqc_ledger/main.mo",
"type": "motoko"
},
"idempotent_proxy_canister": {
"candid": "src/idempotent_proxy_canister/idempotent_proxy_canister.did",
"package": "idempotent_proxy_canister",
"type": "rust"
},
"backend": {
"main": "src/backend/main.mo",
"type": "motoko"
},
"frontend": {
"source": [
"src/frontend/dist"
],
"type": "assets"
},
"internet_identity": {
"type": "pull",
"id": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
},
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
"output_env_file": ".env",
"version": 1
}