Transaction History
A component for displaying transaction history with filtering and sorting capabilities.
Total Transactions: 5
Transaction Hash | Status | From | To | Value (ETH) | Timestamp | Actions |
---|---|---|---|---|---|---|
success | 1.0000 | 3/26/2025, 8:29:02 PM | ||||
success | 1.0000 | 3/26/2025, 8:29:02 PM | ||||
pending | 0.5000 | 3/26/2025, 7:29:02 PM | ||||
failed | 2.5000 | 3/26/2025, 6:29:02 PM | ||||
success | 0.7500 | 3/26/2025, 5:29:02 PM |
Installation
Run the following command to add the Transaction History component to your project:
npx w3-kit@latest add transaction-history
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