Installation

Get XenConnect in your project

Install XenConnect and its dependencies using your preferred package manager. XenConnect is designed to be lightweight, easy to integrate, and developer-friendly.

Choose Your Package Manager

javascript
npm install xenconnect wagmi viem@2.x @tanstack/react-query 

What's Included

XenConnect

The main wallet connection library with UI components.

Wagmi

React hooks for Ethereum blockchain interactions.

Viem v2.x

TypeScript interface for Ethereum with performance optimizations.

TanStack Query

Data synchronization and caching for React applications.

Verify Installation

Check that XenConnect was installed correctly by running:

npm list xenconnect

What's Next?

Now that XenConnect is installed, follow our setup guide to configure the provider and add the wallet connection button.

Continue to Setup