<AddressActivityListView />

An optimized experience to render a wallet's activity across chains.

Designed for a multi-faceted view of wallet activity, this interface reveals the chains a wallet is active on, complete with icons for each blockchain. Sort by chain name, last active, or Mainnet status, to quickly gauge the wallet's interactions and footprint across the diverse blockchain landscape.

Usage

Below is basic implementation of the <AddressActivityListView /> component. You can use this as a starting point for your own implementation.

React
import { AddressActivityListView } from "@covalenthq/goldrush-kit"; export default function CovalentDemo() { return <AddressActivityListView />; }
Name
Type
Description
Properties
addressstringThe requested address.
);