Skip to content
Home/Docs/Components/Transaction-history

Transaction History

A component for displaying transaction history with filtering and sorting capabilities.

Total Transactions: 5

Transactions

115 total

Sent

Confirmed

0xabc.....def0xdef.....789

1.0000 ETH

Just now

Received

Confirmed

0xdef.....7890xabc.....def

+1.0000 ETH

20m ago

Swap

Pending

0x789.....1230xfed.....456

0.5000 ETH

1h ago

Sent

Failed

0xabc.....def0x123.....456

2.5000 ETH

2h ago

Contract Call

Confirmed

0xfed.....4560x789.....123

0.7500 ETH

3h ago

Installation

Run the following command to add the Transaction History component to your project:

npx shadcn@latest add https://w3-kit.com/registry/transaction-history.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 transaction formatting utilities to your project