简体   繁体   中英

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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