Skip to content

Commit

Permalink
docs(your_first_transaction): add note regarding AlgoExplorer and che…
Browse files Browse the repository at this point in the history
…cking balances
  • Loading branch information
jasonboukheir committed Mar 24, 2022
1 parent a3cfa66 commit 52dea5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation~/your_first_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ public void Start()

Your balance should appear in the editor console when you press **Play** again.

> [!Note]
> AlgoExplorer's `algod` node does not support the `GetAccountInformation` endpoint.
> Instead, you'll need to use `IndexerClient.GetAccount` to get the balance of algo
> from an account.
## Send a Transaction

The process for sending a transaction will look like
Expand Down

0 comments on commit 52dea5f

Please sign in to comment.