blockchain4humanity / dapp-ui

Crowdfunding and managing donations on the blockchain
GNU General Public License v3.0
1 stars 3 forks source link

Direct uploading should be removed and replaced with IPFS service #2

Closed vojtechsimetka closed 5 years ago

vojtechsimetka commented 5 years ago

All the uploads to the server should instead go to IPFS and IPFS hash should be stored in contracts (where available) or send to the feathers service directly. The reason is that IPFS service works just fine while uploading files to the server directly is challenging in terms of configuration.

This will later on allow us to completely remove any patching of feathers from the UI making it nice unidirectional data flow.

satyavh commented 5 years ago

Ok so we need to implement IPFS for Milestones, I will work on it