diff --git a/website/docs/QuickStart.md b/website/docs/QuickStart.md index 2ab031ee..8978d585 100644 --- a/website/docs/QuickStart.md +++ b/website/docs/QuickStart.md @@ -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 `` 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 🎨