We are currently connecting to the IPFS node on our own server.
However, we can't host all files on our server, so we assume most people have IPFS Deamon running on their localhost.
- Implement a check to connect to local IPFS Node first;
- If the local IPFS node is not present, fall back to our own server.
- Implement some general calls to API (such as uploading a file, displaying an ipfs file, etc).
We are currently connecting to the IPFS node on our own server.
However, we can't host all files on our server, so we assume most people have IPFS Deamon running on their localhost.