-
Notifications
You must be signed in to change notification settings - Fork 189
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
Update TEP-64 with the TON Storage method for storing token data #127
base: master
Are you sure you want to change the base?
Conversation
nice |
Hey, let's add:
Keys to on-chain data? Those tags usually used by collections & jetton owners. Or we can think about dict where key will be index of link, and value link. To allow several links per 1 item |
Do we need additional |
why binary encoding is better than simple OffChain url "tonstorage://BAGBAGID/token.json"? |
Hey @tvorogme! |
@EmelyanenkoK useful remark! We need it for sure. I guess that simple
|
@mr-tron Well, maybe it's enough. But anyway, we need to standardise it in the TEP. |
Ok. You can write in standard what meta url should have schema from list http|https|tonstorage|ipfs|ipns |
As The Open Network continues its growth in Web3 direction, the relevance of TON Storage is intensifying. It has become imperative to standardize the method of storing token metadata within TON Storage.
This Pull Request introduces a new approach to metadata storage using TON Storage. Additionally, it enhances the existing Semi-chain content layout by offering the ability to store supplementary data using TON Storage.