Skip to content

Commit

Permalink
Update wallet-provider-tutorial.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Aug 11, 2023
1 parent c353927 commit 74ce993
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/develop/wallet-provider/wallet-provider-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Wallet-Provider is deprecated. Use [Wallet Kit](../wallet-kit/getting-started.md

[Wallet Provider](https://github.com/terra-money/wallet-provider) 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 Provider, check the balance of the connected account, and call a token swap. If you want to integrate Station into an existing react app you can skip past the `Project Setup` section.
This guide will cover how to set up a React app, integrate Wallet Provider, check the balance of the connected account, and call a token swap. If you want to integrate Station into an existing React app you can skip past the `Project Setup` section.

<Admonition type="tip" icon="💡" title="Just want to dive in?">

Expand All @@ -30,12 +30,12 @@ If you're using a frontend framework other than React you'll need to use [Wallet
<Admonition type="tip" icon="💡" title="Node version 16">

<details>
<summary>
{' '}
Most users will need to specify Node version 16 before continuing. You can manage
node versions [with NVM](https://github.com/nvm-sh/nvm).{' '}
</summary>
```sh nvm install 16 nvm use 16 ```
<summary>Most users will need to specify Node version 16 before continuing. You can manage
node versions [with NVM](https://github.com/nvm-sh/nvm).</summary>

```sh
nvm install 16 nvm use 16
```
</details>

</Admonition>
Expand Down

0 comments on commit 74ce993

Please sign in to comment.