-
Currently we have:
1. libp2p - networking layer
2. IPLD - a data layer
3. IPFS - a file system and a network (with all the above and more)
For years I have being building things with IPFS even…
-
Currently, peer-star-app runs an IPFS node for every tab for every domain. That's not optimal.
There have been some successful experiences of running peer-star-app in a browser extension (see the [Di…
-
#### Version information:
> ipfs version --all
go-ipfs version: 0.4.18-
Repo version: 7
System version: amd64/linux
Golang version: go1.11.1
#### Type:
bug
#### Description:
…
-
This issue serves as a starting point to discuss migrating from `asyncio` to `trio`.
`trio` builds upon the insight gained from use of `asyncio` across the Python ecosystem; in particular, it provi…
-
## Objective
Implement a secure method for transferring any data over the internet using Time-Based One-Time Password (TOTP) for encryption. The goal is to make it easier to securely transfer ephemer…
-
```
cip: 75
title: TipSync
author: Joel Thorstensson (@oed)
discussions-to: https://github.com/ceramicnetwork/CIP/issues/75
status: Idea
category: Standards
type: Core
created: 2020-11-15
```…
-
Hey, we're using `wrtc-star1.par.dwebops.pub` for pubsub in our example and it broke yesterday. The other address works but on this address peers listening to the same topic can't see each other
-
OS: Windows 11 + WSL2 (Ubuntu 20.04.3 LTS )
```
➜ yarn autoinit
yarn run v1.22.16
$ ./scripts/autoinit.sh
[1/4] Resolving packages...
success Already up-to-date.
$ docker build -t harmonyone/…
-
Create a basic and simple example in https://github.com/libp2p/go-libp2p-examples with the best coding practices for this library so people can get a better, easier understanding without having to dig…
-
> This topic has probably been touched in various other notes, but I feel I need a specific place to address some of my concerns related to building an eventually-consistent key-value store on top of …