A component that displays a list of tokens that the user has.
npx @token-kit/cli@latest add my-nfts
import { MyNfts } from "@/registry/default/ui/my-nfts";
<MyNfts client={client as PublicClient} address="0x250eb01a55d7E462ad478465581344521B01CD6b" tokenId={0n} chainId={84532} />
On This Page