这个博主在 twitter 上分析了 NTF 是如何与对应的数字媒体关联起来的。
在 foundation.app 生成的 NFT 关联的是一个保存在 ipfs.io 的一个 json 文件,这个 json 文件会进一步指向一个 ipfs 链接,这个链接可以用所谓的 ipfs gateway 打开,有很多很多 ipfs gateway,例如 https://gateway.ipfs.io/ 就是一个 gateway。
But an easier way is to use one of the many IPFS gateways. These are web servers that will copy a file off the darknet and make it available to you.
把 ipfs/QmTPqNPksaHf3nNACihqFuAgGuhGqLJAD3ux9HTKZQVity/nft.mp4
放在 gateway 之后就可以访问了。Brave 浏览器可以直接打开 ipfs://
链接。
保存在 ipfs 的文件可能会丢失
{
"name": "Hyper Geography",
"description": "xxx",
"image": "ipfs://ipfs/QmTPqNPksaHf3nNACihqFuAgGuhGqLJAD3ux9HTKZQVity/nft.mp4"
}
{
"description": "xxx",
"background_color": "ffffff",
"external_url": "https://niftygateway.com/#/",
"image": "https://res.cloudinary.com/nifty-gateway/video/upload/v1603975875/Beeple/BIDEN_WIN_iwkosh.png",
"name": "CROSSROAD #1/1",
"animation_url": "https://res.cloudinary.com/nifty-gateway/video/upload/v1603975875/Beeple/BIDEN_WIN_iwkosh.mp4"
}
这是一篇更详细的讲述 NTF 是如何生成的文章,以一个卖了 69 千万美金的图片为例子:
文章认为,6900 万美金买回来的,仅仅是:the ability to transfer MakersTokenV2 #40913 to somebody else.
这篇文章的作者从买家的角度,讲述了购买 NTF 的过程。
有一段有趣的话,关于转账费用,第一次花了 100gwei 相当于 52 美金 gas fee,等了一个星期还没完成,后来又加了 5gwei 相当于 10 美金,写这篇文章的时候还没收到他买的 NTF。不同的交易,空气费不同:
But to receive the NFT instantaneously would cost us "gas" to the tune of 100 Gwei — a small unit of ethereum — that would be equal to about $52. So, because we're cheap and not in a hurry, we opted to pay a mere 5 Gwei, but as a result we've been waiting more than a week and have already spent an additional $10. Even so, we still don't officially own the "Little Alien."
好奇怪,100gwei 怎么是 52 美金呢?