1//! A fresh FRAME-based Substrate node, ready for hacking.
2#![allow(deprecated)]
34pub mod chain_spec;
5mod data_sources;
6mod inherent_data;
7pub mod rpc;
8pub mod service;
9pub mod staging;
10pub mod template_chain_spec;
11pub mod testnet;
1213#[cfg(test)]
14mod tests;