Quick Start
Create a sui dapp using smartkit with create
command.
Manual Installation
To manually add smartkit to your project, install the required packages.
if you are using Next.js. you will need to include the "use client"
directive at the beginning of this file.
SmartKitClientProvider
has built-in with TanStack Query
, but if you want to use your own TanStack Query
, you can do it like this:
then, wrap QueryClientProvider
outside SmartKitClientProvider