subsembly
  • Introduction
  • Getting Started
    • Overview
    • Substrate Essentials
    • CLI
      • subsembly init
      • subsembly compile
      • subsembly spec
  • Development
    • Runtime Development
    • Chain Specification
    • Runtime Execution
  • Modules
    • Core
      • System
      • Executive
      • Crypto
      • Log
    • Pre-built
      • Aura
      • Balances
      • Timestamp
      • TransactionPayment
  • Advanced
    • as-scale-codec
    • subsembly-core
    • Metadata
      • Dispatcher
  • Guides
    • Create Your First Subsembly Runtime
      • Set Up
      • Start the Node
      • PolkadotJS
    • Start Your Network
      • Prepare the Network
      • Launch Validator Nodes
      • Launch the Third Node
    • Create a New Module
      • Nicks Module
      • Launch the Node
      • PolkadotJs
Powered by GitBook
On this page
  • Prerequisites
  • Run with Substrate Node

Was this helpful?

  1. Development

Runtime Execution

Running the runtime

PreviousChain SpecificationNextCore

Last updated 4 years ago

Was this helpful?

Prerequisites

This section assumes that you have already initialised new Subsembly project and have generated the chain specification file. And also have converted the chain specification file into raw.

Run with Substrate Node

Eventually, our aim is to be able to run Substrate node with a compiled Subsembly runtime that is placed in the chain specification file. This is currently work in progress.

But for running Subsembly runtimes for now oyu have to use our customised Substrate node. More information on that can be found in the following .

guide