1
Can I use IPFS for hosting TON NFT images?
According to TEP #64 (Token Data Standard):
NFT metadata attributes
...
4.image
- Optional. ASCII string. A URI pointing to a resource with mime type image.
...
Uniform Resource Identifier (URI) are not bound to the http protocol and you can use any protocol.
Be aware that while you can use any protocol you want, anything that will fetch your 'image' attrib...
one year ago