#188 Added EVM RPC to the node (#198)

* #188 added RPC node to enable interaction
This commit is contained in:
Nikita Khateev
2024-05-28 18:29:06 +04:00
committed by GitHub
parent 3132574062
commit 135e186816
14 changed files with 1284 additions and 87 deletions
+1
View File
@@ -7,6 +7,7 @@ mod chain_spec;
mod service;
mod cli;
mod command;
mod eth;
mod rpc;
fn main() -> sc_cli::Result<()> {