-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete NFT class
metadata support
#742
Labels
enhancement
New feature or request
P4
Priority 4 Edge cases, improvements, items to be refactored soon
Comments
agraebe
added
the
P4
Priority 4 Edge cases, improvements, items to be refactored soon
label
Sep 7, 2021
This was referenced Nov 12, 2021
I am having trouble with local stacks api. "error": "FT metadata processing is not enabled on this server" I have the flag to allow it set to 1. What gives? I am currently synching and at block height 1854 |
This issue is related to NFT class metadata, the error |
Replaced by #1222 |
Repository owner
moved this from Backlog
to Done
in API Board
Aug 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
P4
Priority 4 Edge cases, improvements, items to be refactored soon
Originally posted by @zone117x in #576 (comment)
Processing token metadata works pretty well for SIP-010 compliant FTs. Here's an example from Citycoins on testnet:
http://localhost:3999/extended/v1/tokens/ST3CK642B6119EVC6CT550PW5EZZ1AJW6608HK60A.citycoin-token/ft/metadata
NFTs aren't working so well -- the code needs updated to use draft SIP-012 which defines NFT class metadata. Draft SIP-012 is still WIP, and after looking through various NFT contracts on mainnet, it looks like there's a few different ways authors have been defining metadata, examples:
The NFT metadata processing code needs updated to handle the 2 or 3 common ways metadata is defined.
The text was updated successfully, but these errors were encountered: