Skip to content

Technical Specifications

View as Markdown

This section provides technical documentation for Thru Network’s architecture, covering the core blockchain protocols, runtime environment, and virtual machine implementation.

Thru Network is organized into three main specification areas:

The core specifications define the fundamental data structures and rules that govern the Thru blockchain:

The runtime environment manages program execution and provides the execution context for Thru programs:

The Thru Virtual Machine provides the execution environment for programs running on the network:


To understand Thru’s technical architecture:

  1. Start with Core to understand the fundamental blockchain data structures
  2. Review the Runtime Environment to learn how programs execute
  3. Explore the Virtual Machine specifications for detailed implementation guidance