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

Was this helpful?

  1. Getting Started

Overview

Substrate + AssemblyScript = Subsembly

PreviousIntroductionNextSubstrate Essentials

Last updated 4 years ago

Was this helpful?

Subsembly framework used for developing runtimes in AssemblyScript. The project is work in progress.

The following diagram shows the high-level components Architecture of Subsembly:

  • Runtime API - Implementation of Node <> Runtime Entries

  • Runtime Configuration - Configurable runtime similar to Substrate Runtimes

  • FRAME - Runtime components that handle the administrative functionalities

  • Pallets - Packages that deliver common functionality, reused in different chains

  • Core - Runtime components that provide low-level functionality

Substrate
High-level overview