Skip to content

Commit 26ff6ae

Browse files
committed
Updated the instructions for the updated dfx.json file.
1 parent 1d04e77 commit 26ff6ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ If you want to test the demo locally, you can use the following commands:
2626
dfx start --background
2727

2828
# Deploys the canisters to the replica and generates the candid interface.
29-
dfx deploy --with-cycles 10000000000000
29+
dfx deploy
3030
```
3131

32-
Note that the `--with-cycles` parameter is required because cycles must be sent
33-
with every request to the exchange rate canister.
32+
Note that the replica is defined as running as part of a system subnet in `dfx.json`, which is required because the exchange rate canister itself must run on a system subnet as it does not attach cycles to HTTPS outcalls.
3433

3534
Open the link for the `xrc_demo` to get to the Candid interface.

0 commit comments

Comments
 (0)