Skip to content

Commit

Permalink
Merge pull request #284 from suiet/chore/doc
Browse files Browse the repository at this point in the history
docs: update quick start doc
  • Loading branch information
bruceeewong authored Nov 15, 2023
2 parents 30697ba + 747dce0 commit 7790514
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ yarn add @suiet/wallet-kit
pnpm install @suiet/wallet-kit
```

Next, make sure `@mysten/sui.js` is installed in your project. If not, install it as well.

```shell
npm install @mysten/sui.js
# or
yarn add @mysten/sui.js
# or
pnpm install @mysten/sui.js
```

Then wrap your `<App />` with our context provider, so that our hooks can work nicely inside your dapp.

Oh don't forget to import our css to enable default styles 🎨
Expand Down

0 comments on commit 7790514

Please sign in to comment.