<NFTWalletTokenListView />
Components to display and render NFTs in your wallet.
A curated display designed for NFT collectors and traders to manage and visualize the NFT holdings tied to a specific wallet address. The gallery sorts NFTs by collection name, complemented by clear images and essential identifiers such as token IDs and real-time asset values. With functionality to sort and a feature to compute the total portfolio value, this component aids in effective portfolio management and decision-making.
Usage
Below is basic implementation of the <NFTWalletTokenListView />
component. You can use this as a starting point for your own implementation.
React
import { NFTWalletTokenListView } from "@covalenthq/goldrush-kit";
export default function CovalentDemo() {
return <NFTWalletTokenListView />;
}
Name | Type | Description | |
---|---|---|---|
Properties | |||
chain_names | Chain[] | Array of chain names. | |
address | string | The requested address. |