mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 14:54:45 +00:00
Initial beacon node setup.
- Add network crate. - Add sync crate. - Add version crate. - Add lighthouse configuration. - Add network configuration.
This commit is contained in:
4
beacon_node/network/src/lib.rs
Normal file
4
beacon_node/network/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
/// This crate provides the network server for Lighthouse.
|
||||
mod network_configuration;
|
||||
|
||||
pub use network_configuration::NetworkConfiguration;
|
||||
Reference in New Issue
Block a user