engineer-dao / platform

The EngineerDAO dApp for interacting with job contracts
engineer-dao-platform.vercel.app
6 stars 4 forks source link

Cache IPFS metadata in the backend #155

Closed reisr3 closed 2 years ago

reisr3 commented 2 years ago

Currently, we're loading IPFS once directly from IPFS and then caching in frontend local storage.

This is super error prone, and adds complexity to the frontend. However, IPFS is slow and we need a way to quickly load metadata.

Use Firebase, Redis, or a similar web3 tech to store IPFS data!

deweller commented 2 years ago

While doing this, change localstorage cache to use the CID and not the Job ID.