Skip to content

Commit

Permalink
add workin-in-progress warning to wallet interaction guide
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Nov 13, 2024
1 parent ca276fc commit 9871082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dapp-connector/wallet-interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Once we gain access to the wallet, we can interact with it through the [Context API](/dapp-connector/api-overview#context-api). [As explained earlier](wallet-connection#avoid-globally-instantiating-of-the-ergo-object), this API may or may not be globally injected into your dApp's context, depending on your implementation.

:::warning
**Work-in-Progress**: Non-reviewed text. You may find numerous writing errors throughout this guide.
:::

## Get Balance

Let's start by getting the wallet's balance. To do this, use the `ergo.get_balance()` method.
Expand Down

0 comments on commit 9871082

Please sign in to comment.