You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
It would be great to have a little web page that you could paste a token ID into and view the token asset and metadata.
This should be pretty simple to wire up using https://nfte.app, a react component that does some nice presentation if you give it info about an NFT. Since our contract won't be deployed on mainnet, we'll need to provide our own endpoint for the viewer to connect to, so this implies a minty serve command (or similar) that will host an endpoint to supply the data.
We'll also need a simple react app that has a text field for the token ID and updates the NFTE component on changes.
The text was updated successfully, but these errors were encountered:
It would be great to have a little web page that you could paste a token ID into and view the token asset and metadata.
This should be pretty simple to wire up using https://nfte.app, a react component that does some nice presentation if you give it info about an NFT. Since our contract won't be deployed on mainnet, we'll need to provide our own endpoint for the viewer to connect to, so this implies a
minty serve
command (or similar) that will host an endpoint to supply the data.We'll also need a simple react app that has a text field for the token ID and updates the NFTE component on changes.
The text was updated successfully, but these errors were encountered: