diff --git a/README.md b/README.md index e61d1e3..f8dfec3 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@
@@ -21,9 +21,9 @@ An implementation of [libp2p](https://libp2p.io/) in Nim. ## Project Status -libp2p is now used in production by a few projects at [status](https://github.com/status-im), including [nimbus](https://github.com/status-im/nimbus-eth2). +libp2p is used in production by a few projects at [Status](https://github.com/status-im), including [Nimbus](https://github.com/status-im/nimbus-eth2). -While far from complete, currently available componets are fairly stable. +While far from complete, currently available components are stable. Check our [examples folder](/examples) to get started! @@ -108,9 +108,12 @@ List of packages currently in existence for nim-libp2p: #### Transports - [libp2p-tcp](https://github.com/status-im/nim-libp2p/blob/master/libp2p/transports/tcptransport.nim) +- [libp2p-ws](https://github.com/status-im/nim-libp2p/blob/master/libp2p/transports/wstransport.nim) #### Secure Channels - [libp2p-secio](https://github.com/status-im/nim-libp2p/blob/master/libp2p/protocols/secure/secio.nim) +- [libp2p-noise](https://github.com/status-im/nim-libp2p/blob/master/libp2p/protocols/secure/noise.nim) +- [libp2p-plaintext](https://github.com/status-im/nim-libp2p/blob/master/libp2p/protocols/secure/plaintext.nim) #### Stream Multiplexers - [libp2p-mplex](https://github.com/status-im/nim-libp2p/blob/master/libp2p/muxers/mplex/mplex.nim) @@ -133,7 +136,6 @@ Packages that exist in the original libp2p specs and are under active developmen - libp2p-daemon - libp2p-webrtc-direct - libp2p-webrtc-star -- libp2p-websockets - libp2p-spdy - libp2p-bootstrap - libp2p-kad-dht @@ -176,7 +178,7 @@ The libp2p implementation in Nim is a work in progress. We welcome contributors The code follows the [Status Nim Style Guide](https://status-im.github.io/nim-style-guide/). ### Core Developers -[@cheatfate](https://github.com/cheatfate), [Dmitriy Ryajov](https://github.com/dryajov), [Giovanni Petrantoni](https://github.com/sinkingsugar), [Zahary Karadjov](https://github.com/zah) +[@cheatfate](https://github.com/cheatfate), [Dmitriy Ryajov](https://github.com/dryajov), [Tanguy](https://github.com/Menduist), [Zahary Karadjov](https://github.com/zah) ## License