Installation
This guide will walk you through the process of installing and setting up Titan Kit for your project.
Prerequisites
Before you begin, ensure you have the following:
Node.js (v16 or higher)
npm (v7 or higher) or Yarn
A modern web development environment
React
For React applications, you'll need to install the React-specific package:
# Using npm
npm install @titan-kit/react @titan-kit/core
# Using Yarn
yarn add @titan-kit/react @titan-kit/coreInstalling Wallet Adapters
Interchain Kit supports various wallets. Install the adapters for the wallets you want to support:
Additional Dependencies
You'll also need to install Chain Registry for chain information:
Basic Configuration
React Configuration
Next Steps
After installation, you can:
Set up wallet adapters to enable connections with the preferred wallets
Configure chain-specific settings
Set up wallet connection UI components
Implement transaction signing functionality
For more detailed guidance, check out: