You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 🚧 This project is not actively maintained and is unsupported! 🚧
2
+
3
+
It has reached viable PoC stage but is not being actively worked on or maintained. If you want to play around with libp2p, go ahead and try this project out. However:
4
+
5
+
* There is little documentation and no support.
6
+
* The libp2p version used in this project will not be actively updated.
interact with the DHT, participate in pubsub, etc. no matter the language they are developed in,
12
21
nor whether a native libp2p implementation exists in that language.
13
22
14
-
15
-
## 🚧 This project is not actively maintained and is unsupported! 🚧
16
-
17
-
It has reached viable PoC stage but is not being actively worked on or maintained. If you want to play around with libp2p, go ahead and try this project out. However:
18
-
19
-
* There is little documentation and no support.
20
-
* The libp2p version used in this project will not be actively updated.
21
-
22
-
In other words: **DO NOT USE IN PRODUCTION**
23
-
24
23
## Install
25
24
26
25
This repo uses [Go modules](https://github.com/golang/go/wiki/Modules). Note that go >=1.12 is required.
0 commit comments