简体   繁体   English

OpenSea 如何使用所有功能?

[英]How does OpenSea work with all the functions?

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?有人可以解释一下我已经搜索了很多但找不到对架构的深入解释吗?

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.这些是 OpenSea 的平台特定数据,不是收集合同的一部分。 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 (eg PostgreSQL, MariaDB, ...).因此,在不知道 OpenSea 平台源代码的情况下,我们只能猜测数据存储的确切位置,但我有根据的猜测是关系数据库(例如 PostgreSQL、MariaDB,...)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM