• Resolved rhaenys

    (@rhaenys)


    Hi,

    Is there a way to set/change NFT metadata? We imported the contract in opensea testnet and we can’t see the image, etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    When you change the data of your NFT Item on WordPress the endpoint associated with the NFT should be updated as well.

    You can check the metadata of your token using the “View Token URI” on your NFT item.

    It should look something like this:

    https://demo.wpsmartcontracts.com/wp-json/wpsc/v1/nft/36

    Thread Starter rhaenys

    (@rhaenys)

    Hi,

    I see that category and tags are also being used.

    I think something like the usage of category is what I’m looking for.

    "trait_type": "Category 1",
    "value": "Test",
    "link": "https:\/\/test.com\/nft-taxonomy\/test\/?id=73976"

    But instead of automatic incremental category #, more custom taxonomies like:

    "trait_type": "Gender",
    "value": "Female",

    Maybe support for custom taxonomies? Tried ACF and Custom Post Type UI but no luck.

    Is it possible to manually make changes to the endpoint json files?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘NFT Metadata’ is closed to new replies.