Skip to content

Commit

Permalink
docs: add tip for using balance command
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Aug 9, 2023
1 parent f0b8e3d commit af4dff8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/tutorials/starkli-101.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af4dff8

Please sign in to comment.