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.

JavaScript
<NFTWalletTokenListView
    address="0xfc43f5f9dd45258b3aff31bdbe6561d97e8b71de" //sample address
    chain_names={[
        "eth-mainnet",
        "matic-mainnet",
        "bsc-mainnet",
        "avalanche-mainnet",
        "optimism-mainnet",
    ]} //sample list of chains
/>
Name
Type
Description
Required Properties
chain_namesChain[]Array of chain names.
addressstringThe requested address.