@@ -26,7 +26,7 @@ libp2p is the product of a long, and arduous quest of understanding -- a deep di
libp2p implementation in Go is a work in progress. As such, there's a few things you can do right now to help out:
- Go through the modules below and **check out existing issues**. This would be especially useful for modules in active development. Some knowledge of IPFS/libp2p may be required, as well as the infrasture behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.
-**Perform code reviews**.
-**Perform code reviews**.
-**Add tests**. There can never be enough tests.
# Usage
...
...
@@ -53,3 +53,55 @@ $ go test ./p2p/<path of module you want to run tests for>