Post
Share your knowledge.
Kubo and IPFS Cluster Service on the same machine for IPFS daemon
I am trying to establish communication between the Cluster peer and the IPFS daemon using the HTTP API (localhost:5001). To achieve this, I understand that I need to set up Kubo and run IPFS Cluster Service on the same machine. Can someone guide me through the steps to accomplish this? I want to ensure that the IPFS daemon is launched and running separately for successful communication. Thank you in advance for your assistance.
- IPFS
Answers
1To ensure proper functionality, it is necessary to have the IPFS daemon running separately. You can verify its status by executing the following command in your terminal:
curl -X POST http://localhost:5001/api/v0/version
For detailed instructions on setting up kubo, please refer to the documentation provided at:
Do you know the answer?
Please log in and share it.
The InterPlanetary File System (IPFS) is a protocol, hypermedia and file sharing peer-to-peer network for storing and sharing data in a distributed file system.