You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
I think basic support could be quite straight forward if a ipfs daemon is running. The ipfs daemon does expose a regular HTTP API, so we could use for example this endpoint to download a given file using our curl implementation.
It could be cool to have
ipfs
support.I think basic support could be quite straight forward if a
ipfs
daemon is running. The ipfs daemon does expose a regular HTTP API, so we could use for example this endpoint to download a given file using our curl implementation.There is also another project https://github.com/vasild/cpp-ipfs-http-client that is implementing a C++ client based on curl that we could use for inspiration.
cc @vasild maybe you're interested in the powerloader project?
The text was updated successfully, but these errors were encountered: