Using the SDK
In this Section, you will learn about the various hooks and functions provided by the hooks to integrate metamask wallet in your dapp.
Our wallet SDK provides a variety of hooks and functions to connect and manage user's metamask wallet in your dapp
- Wrapping your application with the
LYNCMetaMaskProvider
- Handle wallet connections
- Manage networks
- Get the native currency balance
- Using Wallet and Signer
- Types and Enums provided by the SDK
In the upcoming sections, we will learn about all the above functionalities individually.