-
Is it possible to use the Filebase IPFS Pinning API (https://docs.filebase.com/api-documentation/ipfs-pinning-service-api) in place of Pinata?
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to run searches on indexes stored on IPFS.
**Describe the solution you'd like**
The Storage trait in its…
-
You might want to upgrade ipfs-api to ipfs-http-client. This is the output of `npm install `:
```
Writing artifacts to .\build\contracts
Creating an optimized production build...
Failed to com…
-
Currently (#1), `api.ResolvePath` uses `dag/resolve` for path resolving, which isn't ideal. We should be able to just use `resolve` once https://github.com/ipfs/go-ipfs/issues/5703 is fixed
-
I suggest that we separate the `ipfs` package into packages for each IPFS subsystem:
\* `ipfs-api` - Used to connect to Py-IPFS by applications. This is where most users should touch. From https…
-
For some reason, when creating a new process, the offchaindatahandler adds twice the metadata files in the download queue.
```
2023-05-11T22:46:16.796+02:00 INF data/ipfs.go:162 > published file c…
-
This backend receives the text of a proposal, the address of the proposee and converts the address to [starknet.id](http://starknet.id/) if available. Then it creates a JSON with these two (or three i…
-
Singlethreaded sequential read (`cat`) is faster than multithreaded one.
```
ipfs version 0.4.23
creating 100MB of random data and uploading to ipfs ...
100MB of data at:
QmUHPKSHhYmmH2MwgDPX7…
-
Is there any intention to support Remote Pinning within Helia as was possible previously with js-ipfs (eg. ipfs.pin.remote)?
https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/PIN.md#ipfspinr…
-
I'm trying to use your excellent work as starting base for webrtc-signaling,
but, in order to understand and correctly use the function newIPFS, I need to understand where Ipfs: https://github.com/cr…