Expand description

Substrate Parachain Node Template CLI

Modules§

  • chain_spec 🔒
  • cli 🔒
  • command 🔒
  • The development service provides a way to run a parachain runtime in a real blockchain context, but without a backing relay chain. This allows developers to quickly and easily spin up parachain nodes using the –dev flag, for example. It can also be used in integration tests.
  • 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§