Merge branch 'master' into add-overview

This commit is contained in:
stuckinaboot
2018-11-12 13:36:16 -05:00
committed by GitHub

View File

@ -21,6 +21,7 @@ After installing our requirements (see above), you can:
cd tests
pytest
```
Note that tests/libp2p/test_libp2p.py contains an end-to-end messaging test between two libp2p hosts, which is the bulk of our proof of concept.
# Explanation of Basic Two Node Communication