Home/Docs/Components/Multisig-wallet

Multi-Signature Wallet

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

Multi-Signature Wallet

Address:
0x1234...7890
Required Approvals
2/3

Signers

3 signers
A

Alice

0x1234...5678
B

Bob

0x5678...9012
C

Charlie

0x9012...3456
No pending transactions

Installation

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

npx w3-kit@latest add multisig-wallet

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