From af4dff87b9133afe3ab63ec32b0e86fb3f236258 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Wed, 9 Aug 2023 03:41:44 +0000 Subject: [PATCH] docs: add tip for using `balance` command --- book/src/tutorials/starkli-101.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/src/tutorials/starkli-101.md b/book/src/tutorials/starkli-101.md index 5049009..90de03c 100644 --- a/book/src/tutorials/starkli-101.md +++ b/book/src/tutorials/starkli-101.md @@ -73,6 +73,10 @@ Press [ENTER] once you've funded the address. As instructed, you must pre-fund the address with `ETH` to be able to continue. Send enough `ETH` to the address, and then press the Enter key. +> 💡 **Tips** +> +> You can use the `starkli balance` command (probably in a separate terminal session) to check whether the destinated account address has been successfully funded. + An account deployment transaction will be sent out. Once the transaction is confirmed, your account will be ready to use. Again, to avoid having to pass the account file to each command invocation, we can export the `STARKNET_ACCOUNT` variable: