Expand description
Substrate Node Template CLI library.
ModulesΒ§
- benchmarking π
- Setup code for
super::command
which would otherwise bloat that module. - chain_
spec π - cli π
- command π
- rpc π
- A collection of node-specific RPC methods.
Substrate provides the
sc-rpc
crate, which defines the core RPC layer used by Substrate nodes. This file extends those RPC definitions with capabilities that are specific to this projectβs runtime configuration. - service π
- Service and ServiceFactory implementation. Specialized wrapper over substrate service.
FunctionsΒ§
- main π