Merge branch 'master' into add-overview

This commit is contained in:
stuckinaboot 2018-11-12 13:36:16 -05:00 committed by GitHub
commit 2aaa81b3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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