socialx_react_native
socialx_react_native copied to clipboard
Instead of relaying soly on a public ipfs gateway, implement the ipfs node
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.