@@ -395,7 +395,7 @@ You can check your deployed apps with their index, let's check your last
395395deployed app:
396396
397397``` bash twoslash
398- iexec app show --chain arbitrum-mainnet
398+ iexec app show --chain {{chainName}}
399399```
400400
401401## Run the iApp
@@ -420,20 +420,20 @@ At any time you can:
420420- view your balance
421421
422422``` bash twoslash
423- iexec account show --chain arbitrum-mainnet
423+ iexec account show --chain {{chainName}}
424424```
425425
426426- deposit RLC from your wallet to your iExec Account
427427
428428``` bash twoslash
429- iexec account deposit --chain arbitrum-mainnet < amount>
429+ iexec account deposit --chain {{chainName}} < amount>
430430```
431431
432432- withdraw RLC from your iExec account to your wallet \( only stake can be
433433 withdrawn\)
434434
435435``` bash twoslash
436- iexec account withdraw --chain arbitrum-mainnet < amount>
436+ iexec account withdraw --chain {{chainName}} < amount>
437437```
438438
439439:::
@@ -478,13 +478,13 @@ is a 32Bytes hexadecimal string\).
478478Download the result of your task
479479
480480``` bash twoslash
481- iexec task show --chain arbitrum-mainnet < taskid> --download my-result
481+ iexec task show --chain {{chainName}} < taskid> --download my-result
482482```
483483
484484You can get your taskid with the command:
485485
486486``` bash twoslash
487- iexec deal show --chain arbitrum-mainnet < dealid>
487+ iexec deal show --chain {{chainName}} < dealid>
488488```
489489
490490::: info
@@ -526,7 +526,7 @@ The conditions to use an app are defined in the **apporder**.
526526Publish a new apporder for your application.
527527
528528``` bash twoslash
529- iexec app publish --chain arbitrum-mainnet
529+ iexec app publish --chain {{chainName}}
530530```
531531
532532::: info
@@ -545,7 +545,7 @@ conditions defined in apporder.
545545You can check the published apporders for your app
546546
547547``` bash twoslash
548- iexec orderbook app --chain arbitrum-mainnet < your app address>
548+ iexec orderbook app --chain {{chainName}} < your app address>
549549```
550550
551551Congratulation you just created a decentralized application! Anyone can now
0 commit comments