Opensea如何使用所有功能?

发布于 2025-01-21 21:31:22 字数 92 浏览 0 评论 0原文

我知道它在后端有智能合约,但是它如何存储一个地址的配置文件图片?并喜欢,不喜欢,拍卖以及所有其他功能。 有人可以解释一下我已经搜索了很多东西,找不到有关架构的深入解释吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

单调的奢华 2025-01-28 21:31:23

它如何存储一个地址的配置文件图片?并喜欢,不喜欢和拍卖以及所有其他功能。

这些都是OpenSea的平台特定数据,而不是收集合同的一部分。这意味着它们不是被存储的OnChain。

因此,在不了解OpenSea平台的源代码的情况下,我们只能猜测数据存储的确切位置,但是我受过良好教育的猜测是关系DB(例如PostgreSQL,Mariadb,...)。

how does it store the profile picture for an address ? and also likes and dislikes and auction and all other functionalities.

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, ...).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文