hashtune / Hashtune-Marketplace-Client

Hashtune's Marketplace Client Repository
https://hashtune.co
0 stars 0 forks source link

Fix cron job to completely sync with chain #103

Open eemmiillyy opened 2 years ago

eemmiillyy commented 2 years ago

What: we need to make sure that our back end is using the chain as a single source of truth

Why: It may happen that an artist programmatically adds an artwork to the chain, or a user makes a transaction and we do not create that information in our database. This could be due to a network error or server going down, or whatever else. We can actually get that missing information from IPFS

AC: