I have a Django app on Heroku that needs to interact with IPFS. has anyone found a way to run a IPFS daemon? It is needed in order for the python IPFS API to be able to read and write files from IPFS.
Google searches for IPFS on Heroku are useless.
Perhaps there is an obvious way to start a IPFS daemon process alongside my Django app, But I could not figure out how to set this up, that is, if it's at all possible.