Skip to content
Home/Docs/Components/Multisig-wallet

Multi-Signature Wallet

A component for managing multi-signature wallets with transaction proposals, approvals, and execution tracking.

Multisig Wallet

0x1234...7890
2 of 3 required
A
B
C

No transactions

Proposed transactions will appear here

Installation

Run the following command to add the Multi-Signature Wallet component to your project:

npx shadcn@latest add https://w3-kit.com/registry/multisig-wallet.json

This will:

  • Create the component in your components/ui directory
  • Add all necessary dependencies to your package.json
  • Set up required configuration files
  • Add multisig wallet utilities to your project