libp2p
- Sign up for GitHub or sign in to edit this page
Here are 102 public repositories matching this topic...
Found out through https://news.ycombinator.com/item?id=18163708. I tried a few and got some broken urls. For example:
- 404 https://github.com/libp2p/go-libp2p/p2p/protocol/ping
- Archived/Deprecated https://github.com/libp2p/go-libp2p-conn
Can we get a volunteer from the go-libp2p team refresh the impls list on libp2p.io?
Currently we use superstruct for config validation. This isn't really necessary and in most instances the validation is very loose. It also doesn't give us support for deep merge of default values, so default values may not get passed to the given module unless they are all explicitly defined.
Rather than restricting validation of the config, we should focus on providing defaults that are sane,
It's been standardized, and the parameter can be any value with a variable-length size.
multiformats/multiaddr#71
Considering that /memory multiaddresses are not supposed to leave the current program, it is ok to break their internal representation.
A decentralised, secure file storage and social network
-
Updated
Oct 18, 2019 - 2 commits
- Java
Clients attempt to change thread name fails,
https://user-images.githubusercontent.com/370259/59051484-d5a31f80-8841-11e9-8b55-d8cc9fe8f311.jpeg
But ideally, any client can change a thread name to whatever they like without affecting what other peers decide to call it.
here's the mobile issue textileio/photos#1093
the Distributed Web in Peer and P2P Style, even over BlockChain
-
Updated
Sep 4, 2019 - 402 commits
- JavaScript
Run HTTP over UDP with Node.js for the Distributed Web
-
Updated
Oct 11, 2019 - 7 commits
- JavaScript
We have already implemented custom marshal/unmarshal methods for the SignedOrder and OrderEvent types but in both cases they were mostly needed because *big.Int doesn't marshal properly into JSON. To avoid more custom marshallers, we should create a custom big.Int type that does.
Example: https://stackoverflow.com/questions/53991835/how-to-marshal-and-unmarshal-big-int-in-json
A Simple DPoS Algorithm, Use go-libp2p implement.
-
Updated
Jun 29, 2019 - 41 commits
- Go
want to hack on libp2p? this repo tracks libp2p endeavors eligible for incentivization.
-
Updated
Oct 11, 2019 - 28 commits
The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
-
Updated
Oct 18, 2019 - 1 commits
- JavaScript
ciri-p2p is a DevP2P implementation, we also seek to implement LibP2P components upon ciri-p2p codebase in the future.
-
Updated
Apr 21, 2019 - 28 commits
- Ruby
A Peer-to-Peer chat using re-frame, reagent and libp2p
-
Updated
May 22, 2019 - 11 commits
- Clojure
multiaddr implementation in Python
-
Updated
Sep 24, 2019 - 221 commits
- Python


Current bundles assume
windowglobal which is not true in worker context:See https://unpkg.com/browse/ipfs@0.37.0/dist/index.js#L10