TxnList
The TxnList component is a table of transactions with metadata.
Signature | Block | Time | By | Fee |
---|---|---|---|---|
Installation
1. Install Dependencies
TxnList requires Solana Wallet Adapter and must be wrapped in a Connection provider component.
2. Install shadcn/ui table component
Use shadcn/ui CLI or manually install the shadcn/ui table component.
3. Install SolanaUI TxnList
Copy the code below to src/components/sol/txn-list.tsx
.
4. Use TxnList
Import the TxnList
component and use it in your app.