NFTDetailView
A component to render NFT details.
Usage
Below is basic implementation of the NFTDetailView
component. You can use this as a starting point for your own implementation.
JavaScript
<NFTDetailView chain_name={"eth-mainnet"} //sample chain name collection_address={"0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"} //sample collection address token_id={"42"} //sample token id />
Name | Type | Description | |
---|---|---|---|
Required Properties | |||
chain_name | Chain | Chain name. | |
collection_address | string | Collection address. | |
token_id | string | Token ID. |