Skip to content

Commit

Permalink
Update wallet-kit-tutorial.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Aug 1, 2023
1 parent 89d4569 commit 8e6e672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/develop/wallet-kit/wallet-kit-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import Admonition from '@theme/Admonition';

# Get Started with Wallet Kit

<Admonition type="tip" icon="💡" title="Node version 16">
Wallet Kit does not support mobile. For mobile, use[ Wallet Provider](../wallet-provider/wallet-provider-tutorial.mdx). Mobile support will be coming soon.
</Admonition>

[Wallet Kit](https://github.com/terra-money/wallet-kit) makes it easy to build Station (browser extension and mobile) functionality into your React application. It contains custom hooks that drastically simplify common tasks like connecting a wallet and triggering transactions.

This guide will cover how to set up a React app, integrate Wallet Kit, check the balance of the connected account, and call a token swap. If you want to integrate Station into an existing React app, jump to the [Wrap your app in `WalletProvider` section](#2-wrap-your-app-in-walletprovider).
Expand Down

0 comments on commit 8e6e672

Please sign in to comment.