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/core

Installing 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:

  1. Set up wallet adapters to enable connections with the preferred wallets

  2. Configure chain-specific settings

  3. Set up wallet connection UI components

  4. Implement transaction signing functionality

For more detailed guidance, check out: