Installation
Integration
The AppKit instance allows you to support multiple chains by importing the respective chains, creating the respective network adapters and passing these within thecreateAppKit()
function.
Depending on the network adapter of your preference (Wagmi
, Ethers
, Ethers5
), the integration may vary. Let’s look at what the integration will look like.
Solana Adapter Configuration
TheSolanaAdapter
accepts configuration options to customize its behavior.