-
There was some talk of decentralized publishing for [npm-on-ipfs](https://github.com/ipfs-shipyard/npm-on-ipfs) on the [IPFS GUI call yesterday](https://www.youtube.com/watch?v=4Ky-MzcjGXg) as a poten…
-
Running npm start with the current version of package.js runs into an error when trying to locate the main.js file as it is set to look for main.cjs. Small fix.
Edit: Ref: https://github.com/ipfs-e…
-
Perhaps we don't need to do anything, but I would think that perhaps we are missing a fes things to integrate IPLD in IPFS.
If I'm not mistaken, the go-ipld package should replace [github.com/ipfs/go…
-
Yesterday I had a call with @gep13 to talk about [Chocolatey](https://chocolatey.org) and IPFS.
TL;DR:
- NuGet and Chocolatey share lots of code, adding IPFS support to NuGet would eventually fi…
-
PS D:\learnweb3\graph> yarn global add @graphprotocol/graph-cli
yarn global v1.22.19
[1/4] Resolving packages...
warning @graphprotocol/graph-cli > request@2.88.2: request has been deprecated, see …
-
**Describe the bug**
1. When I tried to run the example as below:
❯ cargo run --example fetch_and_cat -- --default-bootstrappers bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi
…
-
Being a list of features/requirements from different groups within Protocol Labs required to support the Package Managers usecase.
## What is the Package Managers use case?
Our goal is to encour…
-
We have A Running IPFS node at Host: `http://109.235.70.27` on port `5001`
We can interact with this node through JS-HTTP-Client Library: https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-htt…
-
Trying to run the project with vgo (which will be worked into g1.11) with `vgo run main.go` and am getting the following errors:
```bash
go: import "github.com/c3systems/c3-go/core/p2p/protobuff" …
-
We create an IPFS HTTP Client here https://github.com/ipfs/distributions/blob/7d79fddb8dee3fda74a5b0728da8478db1b2f97d/scripts/dist.js#L23 which per the examples uses the default local go-ipfs port ht…