-
### Celestia Node version
v0.6.4
### OS
macOS/Ubuntu
### Install tools
# Context
i’m working with Duality, one of our ecosystem projects, on securely mounting keys to Docker images. …
-
As noted in [/dwyl/learn-ipfs](https://github.com/dwyl/learn-ipfs#what-are-centralised-decentralised-and-distributed-networks-) we believe that ***distributed*** networks are the future.
At the time…
-
-
#### Expected behavior
#### Actual behavior
#### Steps to reproduce the behavior
1. [First step]
2. [Second step]
3. [and so on...]
#### Logs
D:\nodejs\MultiChainCrypto>npm install …
-
```
EIP 1497
Title: Evidence Standard
Status: Draft
Type: Informational
Category: ERC
Authors: Sam Vitello , Clément Lesaege , Enrique Piqueras
Created: 2018-10-16
```
# Abstract
The fo…
-
I am trying to store something in DHT.
Here is the code:
```
import { createLibp2p } from 'libp2p'
import { TCP } from '@libp2p/tcp'
import { Mplex } from '@libp2p/mplex'
import { Noise } from…
-
We need to determine whether to prioritize working on exports of react components from this library, or getting metrics integrated in all the projects listed at https://github.com/ipfs/ipfs-gui/issues…
-
Suppose this is my following multiaddr string:
```
/ip6/fe80::ba27:ebff:fecd:680b%wlp2s0/tcp/5001/p2p/QmVCTgLguTMHTAHKfxQSmML4nUgm33tMrWYKMGxyXeHsVn
```
After parsing, the host should be
```
fe8…
-
- **Version**:
```
"ipfs": "0.52.2",
"ipfs-http-gateway": "0.1.3",
"ipfs-http-server": "0.1.3",
```
- **Platform**:
AWS ECS FARGATE docker container with base `node:14…
-
## Context
Garbage collection in js-ipfs originally followed the go-ipfs model whereby pins were stored in a big DAG that was traversed to work out which blocks could be deleted and which couldn't …