Overview

Substrate + AssemblyScript = Subsembly

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

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

High-level overview
  • 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

Last updated

Was this helpful?