mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +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:
3
substrate/node/src/lib.rs
Normal file
3
substrate/node/src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub mod chain_spec;
|
||||
pub mod rpc;
|
||||
pub mod service;
|
||||
Reference in New Issue
Block a user