-
Notifications
You must be signed in to change notification settings - Fork 1
/
dfx.json
32 lines (32 loc) · 939 Bytes
/
dfx.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
{
"canisters": {
"vetkd_system_api": {
"candid": "vetkd_system_api.did",
"type": "custom",
"wasm": "vetkd_system_api.wasm"
},
"icrc1_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/ff10ea1dba07c0f66c66536a46a97146cf260e90/rs/rosetta-api/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/ff10ea1dba07c0f66c66536a46a97146cf260e90/canisters/ic-icrc1-ledger.wasm.gz"
},
"lyfelynkMVP_backend": {
"main": "src/lyfelynkMVP_backend/main.mo",
"type": "motoko"
},
"lyfelynkMVP_frontend": {
"dependencies": ["lyfelynkMVP_backend"],
"source": ["src/lyfelynkMVP_frontend/dist"],
"type": "assets",
"workspace": "lyfelynkMVP_frontend"
}
},
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
"output_env_file": ".env",
"version": 1
}