Replies: 9 comments 28 replies
-
re: localization, you may want/need to put in a file reference to which file is being localized. |
Beta Was this translation helpful? Give feedback.
-
Per the ERC-721 specs on ethereum.org, the tokenId for each NFT must be:
Since tokenId's on Hedera will be in the format 0.0.xxxx (where xxxx is a unique number) will this pose an issue when bridging HTS NFTs to other chains? |
Beta Was this translation helpful? Give feedback.
-
is this a typo, should |
Beta Was this translation helpful? Give feedback.
-
HIP 412 states "For resources that are on the world wide web, the standard http and https protocols are acceptable", however it is not acceptable to Apple by default for mobile apps built using Xcode (nor should it be IMHO) and therefore security must be reduced globally for the mobile app to allow any resource to be accessed via http. I would recommend only supporting https for this reason, to prevent potentially mistakenly-coded http calls for sensitive data that should be using secure communication. Can the requirement to support the insecure http protocol be removed? Or must we move forward without a wise safeguard in our mobile financial apps that need to query NFT data that could result in insecure communications elsewhere in the app should a mistake be made? It's like disabling an important firewall rule to make NFT creators happy that don't use secure urls for their metadata or resources. |
Beta Was this translation helpful? Give feedback.
-
I can see this feature would be useful for us at TYMLEZ. As the properties can be any JSON objects, they could be used to provide additional information about the token without the need to retrieve the full VP e.g. for a Carbon Removal Unit (CRU) token, we could provide information about the project and the nature of the removals, or for a Carbon Emissions Token (CET), we could include the green house gas breakdown. This would make it easier to exchange tokens via a marketplace. Are there any thoughts about how this would be incorporated into the Guardian? I think we would need the guardian to allow us to specify a scheme for the properties, with the values able to be set in the policy before minting. It may be worth considering using the files property to link to the VP instead of navigating from the MEMO field. Also, what are the likely cost implications for token minting? I assume the cost would increase based on the size of the metadata (much like it does for the MEMO field). |
Beta Was this translation helpful? Give feedback.
-
I believe that the HIP412 spec should be stricter in the JSON definition, particularly around the optional array of objects, like files and localization, I would assume that we would require those particular sub-fields. For example, for localization sub-objects there are uri and locale which I suspect are hard requirements, I might go as far as to say that those are the only properties that are needed. Furthermore, perhaps it would be a good idea to integrate the validation of the types we are seeking within the JSON schema so we can be stricter for all downstream clients. Using schema.org as a base. This snippet could be an example of the updated JSON schema for NFT spec conformance. @rocketmay @gregscullard, is this something you could buy into, would it be useful?
|
Beta Was this translation helpful? Give feedback.
-
Hi all, I took some time to review the NFT spec and wanted to add some thoughts/questions. Let me know what you think? Suggestions
Examples can be found here: MetaPlex standard and Algorand ARC0003 standard.
Thoughts
e.g. 10 |
Beta Was this translation helpful? Give feedback.
-
Maybe worth casting an eye on the current LG format, and connecting with them.. it seems slightly off from HIP-412 |
Beta Was this translation helpful? Give feedback.
-
Very late to the party but have just noticed that 'creator / creatorDID' is not referenced in the json schema defnition https://deploy-preview-412--hedera-hips.netlify.app/hip/hip-412 |
Beta Was this translation helpful? Give feedback.
-
A discussion around HIP412 and its updates to HIP10.
#412
Beta Was this translation helpful? Give feedback.
All reactions