📄️ Connect your DApp with wallets on Sui
When do we consider a web application a DApp? It's when the web app leverages smart contracts to provide services for users. Wallet plays an important role in this interaction where it connects users with DApps. So before you start to build something amazing, you need to connect your dapp with wallets.
📄️ Customize Wallet List
You can configure your wallet list on the select modal by passing defaultWallets throught ``.
📄️ Sign and Execute Transactions
There is a new recommended way for DApp developer to build things in a way that will work best with wallets as the ecosystem migrates towards GraphQL and indexer backed APIs.
📄️ Configure supported chains (networks)
You can configure the supported chains (networks) for your dapp.
📄️ Use Hooks Only (without UI)
This section will introduce how to only use the provided hooks.