Ola Developer Documents
  • Introduction
    • What is Ola
    • Advanced Features
    • Roadmap & Release Notes
  • Quick Start
    • Setup Environment
    • Setting up an Account
    • Deploying a Smart Contract
    • Interacting with a Smart Contract
    • Running smart contract locally
  • Ola Language
  • OlaVM
    • Concepts
      • Accounts
      • Contracts
      • Notes
      • Transaction
      • Transition
      • Blocks
    • OlaVM Architecture
      • VM
      • Circuits
    • GPU acceleration
  • OlaOS
    • Installation Guide
    • Run an OlaOS Node
    • Command Line Interface
    • OlaOS Architecture
    • System Contracts
  • API/SDK
    • APIs
    • Javascript SDK
  • Developer Tools and Resources
Powered by GitBook
On this page

OlaOS

OlaOS is Ola's node implementation repositor.

Users can submit transactions to Ola through the JSON-RPC interface, and all transactions submitted by users will be persisted to the underlying database.

The mempool fetcher component is responsible for synchronizing received transactions to the mempool, where transactions are waiting to be executed by the sequencer(via OlaVM) and packaged into blocks.

This document will introduce the projects details of OlaOS from several aspects, and be updated as the project develops.

PreviousGPU accelerationNextInstallation Guide

Last updated 1 year ago