Opensea如何使用所有功能?
我知道它在后端有智能合约,但是它如何存储一个地址的配置文件图片?并喜欢,不喜欢,拍卖以及所有其他功能。 有人可以解释一下我已经搜索了很多东西,找不到有关架构的深入解释吗?
I know it has smart contracts at the backend but how does it store the profile picture for an address ? and also likes and dislikes and auction and all other functionalities.
Can somebody please explain this I have searched a lot and can not find a in depth explanation for the architecture ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些都是OpenSea的平台特定数据,而不是收集合同的一部分。这意味着它们不是被存储的OnChain。
因此,在不了解OpenSea平台的源代码的情况下,我们只能猜测数据存储的确切位置,但是我受过良好教育的猜测是关系DB(例如PostgreSQL,Mariadb,...)。
These are platform specific data for OpenSea, not part of the collection contract. Meaning they are not stored onchain.
So without knowing source codes of the OpenSea platform, we can only guess the exact location where the data is stored, but my educated guess is a relational DB (e.g. PostgreSQL, MariaDB, ...).