encointer / encointer-wallet-flutter

Encointer mobile wallet flutter implementation
https://encointer.org
Apache License 2.0
22 stars 17 forks source link

[Bazaar] implement BazaarPinner service #115

Open brenzi opened 3 years ago

brenzi commented 3 years ago

(this is an off-repo issue -> will move to its own repo probably)

Bazaar uses IPFS to distribute shop metadata and images. The chain only stores one IPFS hash per Shop/Article. Content is usually created on mobile where it can't be hosted because mobile devices go offline and have limited battery capacity.

System components:

BazaarPinner

subsocialdev commented 3 years ago

Looks good. I like it

brenzi commented 3 years ago

We could actually use offchain workers to pin content: https://rs-ipfs.github.io/offchain-ipfs-manual/introduction.html