-
Updated
Oct 17, 2020 - JavaScript
libp2p
Here are 160 public repositories matching this topic...
-
Updated
Oct 16, 2020 - Rust
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Oct 18, 2020 - Java
This was cut from the v0.2.0 release for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting to try it out. At the moment I see the following obstacles:
http/README.mdhas no tutorial on how to try outipfs-httpipfs-httpsupports only `i
[META] Ideas 💡
This meta issue contains various ideas that may never be implemented, it's a good place to put things that could create useless noise in the issues section
Doc
- add various demonstration gifs in README.md files (#2080)
- add graphs (flow, DAG) to explain some particular parts
Code Quality
- switch moment.js usage to day.js and remove moment.js (#2174)
Bots
-
Updated
Sep 28, 2020 - JavaScript
There are many places throughout the codebase where redundant type information is included in the creation of a struct. This causes style errors to be logged in vim-go, and it would be nice to alleviate the extra verbosity of these statements.
A bonus would be to enable a check on this in the linter.
-
Updated
Jun 2, 2020 - Go
Push identify is missing and needs to be implemented as per the spec - https://github.com/libp2p/specs/blob/master/identify/README.md#identifypush.
Replace gomobile logger (GoLog) by a better binding for ipfs-go-log -> native logger.
Currently, all logs including their metadata are displayed by native logger as a plain text string with GoLog as namespace/tag and error as level. Logs are less readable, filterable, sortable, etc...
We need to forward each metadata (level, namespace, timestamp, etc...) and the log itself from ipfs-go-log t
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 11, 2020 - JavaScript
-
Updated
Dec 12, 2019 - Go
-
Updated
Aug 4, 2020 - TeX
Improve this page
Add a description, image, and links to the libp2p topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libp2p topic, visit your repo's landing page and select "manage topics."
I come from the OpenBazaar project and I am new to
go-libp2pandgo-ipfs. Are the examples that uselibp2pin a production environment? Where's the best place to learnlibp2pby example?