socialx_react_native icon indicating copy to clipboard operation
socialx_react_native copied to clipboard

Instead of relaying soly on a public ipfs gateway, implement the ipfs node

Open Shadyzpop opened this issue 7 years ago • 0 comments

we use a simple http/s requests to upload/fetch files to ipfs right now this is reliable but this isnt a good way to support decentralized files, instead implement the ipfs nodes directly on the phone (pros pretty much outweighs the current implementation, but there is also cons). right now js-ipfs doesnt fully support react-native (make it compatible?) but most of the things we have polyfilled are the things that are missing from there.

Shadyzpop avatar Oct 28 '18 06:10 Shadyzpop