Skip to content

NFT Searcher is a component that allows users to search for a specific NFT and display it on an image.

License

Notifications You must be signed in to change notification settings

ManticoreGamesInc/CC-NFT-Searcher

Repository files navigation

NFT Searcher

Build Status GitHub release (latest by date)

Preview

Finding the Component

This component can be found under the CoreAcademy account on Community Content.

Overview

NFT Searcher is a component that allows users to search for a specific NFT and display it on an image.

The user needs to provide a contract address and token id using the UI Text Entry Box component. Other users should see the most recent successful NFT searched for.

Setup

Drag and drop the NFT Searcher template into the Hierarchy.

Preview the project and interact with the portrait trigger.

Add a NFT's contract address and token id into the UI Text Entry Box.

Press submit and the NFT image should appear if done correctly.

How to use this Template

The root object of the template has 3 custom properties.

  • ContractAddress

The contract address of a default NFT to display. If empty, there will be no default NFT displayed.

  • TokenId

The token id of a default NFT to display. If empty, there will be no default NFT displayed.

  • DisplayName

Should the name of the NFT be displayed on top of the NFT image.