Implements a basic libp2p tcp,secio,mplex,gossipsub swarm.

This commit is contained in:
Age Manning
2019-03-07 16:17:06 +11:00
parent e8e4c4ab9b
commit 9f13731d6d
4 changed files with 91 additions and 27 deletions

View File

@@ -2,6 +2,7 @@
/// all required libp2p functionality.
///
/// This crate builds and manages the libp2p services required by the beacon node.
mod behaviour;
mod network_config;
mod service;