mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Add an initial Substrate instantiation
Consensus has been nuked for an AcceptAny currently routed throough PoW (when it doesn't have to be, doing so just took care of a few pieces of leg work). Updates AGPL handling.
This commit is contained in:
13
substrate/node/src/main.rs
Normal file
13
substrate/node/src/main.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
mod chain_spec;
|
||||
#[macro_use]
|
||||
mod service;
|
||||
|
||||
mod command_helper;
|
||||
mod command;
|
||||
|
||||
mod rpc;
|
||||
mod cli;
|
||||
|
||||
fn main() -> sc_cli::Result<()> {
|
||||
command::run()
|
||||
}
|
||||
Reference in New Issue
Block a user