Overview

InterwovenKit is a React library that provides seamless integration with Initia Wallet, enabling users to connect their wallets, manage accounts, and interact with the Initia blockchain directly from your React applications. It offers a complete wallet connection experience with built-in support for transactions, bridging, and account management.

New Projects

The fastest way to get started is by cloning our example project:
git clone https://github.com/initia-labs/examples.git
cd examples/frontend/interwovenkit-react
npm install
npm run dev
The app will be available at http://localhost:3000. This example demonstrates all core InterwovenKit features and serves as a reference implementation.

Existing Projects