-
> Right now, after having the workers running for a while, they run out of space since the go-ipfs job does not clean up after itself.
>
> From IRC:
> ```
> [2018-06-04 11:34:06] victorbjelkholm…
-
In the readme you mentioned that you want to use a content addressable storage.
There are existing content addressable systems like IPFS that you can leverage.
I’ve recently spoken with IPFS eng…
-
See https://github.com/ipfs/js-ipfs/issues/3982 for context
Implementation example from Prysm https://github.com/prysmaticlabs/prysm/blob/23e39d3d6451aff2dc302f78923abdc13767237d/cmd/flags.go#L167
…
-
### What is it?
Add network utility functions to retrieve and post package manifests.
#### Problem
There are currently no functions that enable the tool to make calls to various networks for …
-
Apart from the dependencies, gx also prints success for the top level package, which isn't actually being installed. For example:
```
$ make deps
bin/gx-v0.9.0 --verbose install --global
installing p…
ghost updated
8 years ago
-
see: https://github.com/ipfs/examples/tree/master/examples/api/service#making-your-own-ipfs-service
The example code ["Making your own ipfs service"](https://github.com/ipfs/examples/tree/master/ex…
-
Allow to download package's content from Swarm, in the same way we do for IPFS.
-
## Background
Using the Amino DHT from browsers is currently problematic and expensive:
-
-
I basically want to store key-value pairs in the distributed network and later retrieve value for a specific key. A related topic is already discussed here https://github.com/ipfs/notes/issues/4 but I…
-
when i add a dependency which depended on` rocksdb` to a project depended on ` kvdb-rocksdb`, it show error log while runing `cargo update`.
`error: failed to select a version for `parity-rocksdb-sys…