Installation

Get up and running with w3-kit in minutes. Choose the approach that best fits your project.

Using the CLI (recommended)

The fastest way to start a new project. The CLI scaffolds a complete dApp with your choice of chain and framework.

npx w3-kit init my-dapp

Add Individual Components

Already have a project? Add only the components you need.

npx w3-kit add connect-wallet

Install the Full Package

If you want all 27 components available immediately.

npm install w3-kit

Dependencies

w3-kit requires the following core dependencies:

  • React 18+
  • Tailwind CSS 3.4+
  • lucide-react
  • class-variance-authority
  • tailwind-merge

Peer Dependencies

Some components require specific Radix UI packages. These are installed automatically when you add a component via the CLI.

@radix-ui/react-dialog
@radix-ui/react-tabs
@radix-ui/react-select
@radix-ui/react-progress
@radix-ui/react-slot