libp2p 2.1.9-75301ac7d → 2.1.9-aa8de9fd3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/index.min.js +7 -7
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +17 -17
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -74,6 +74,12 @@ We are in the process of writing better documentation, blog posts, tutorials and
|
|
|
74
74
|
|
|
75
75
|
To sum up, libp2p is a "network stack" -- a protocol suite -- that cleanly separates concerns, and enables sophisticated applications to only use the protocols they absolutely need, without giving up interoperability and upgradeability. libp2p grew out of IPFS, but it is built so that lots of people can use it, for lots of different projects.
|
|
76
76
|
|
|
77
|
+
# Roadmap
|
|
78
|
+
|
|
79
|
+
The js-libp2p roadmap can be found here: <https://github.com/libp2p/js-libp2p/blob/main/ROADMAP.md>
|
|
80
|
+
|
|
81
|
+
It represents current projects the js-libp2p maintainers are focused on and provides an estimation of completion targets.
|
|
82
|
+
|
|
77
83
|
# Usage
|
|
78
84
|
|
|
79
85
|
### Configuration
|