testnet
GitHub

Core

Maroo Application Architecture

The Maroo application (`MarooApp`) is the core software that runs a Maroo node. It's built using the Cosmos SDK framework, providing a robus...

Maroo Core Components component

Maroo is built on the Cosmos SDK with CometBFT consensus, featuring a fully compatible EVM execution environment and deeply integrated compl...

Genesis Configuration mechanism

The genesis configuration is a JSON file (`genesis.json`) that specifies the starting state of the Maroo network. It's the foundational blue...

Maroo Precompiles Architecture

Maroo registers **four core precompiles** at genesis, plus the standard set inherited from Cosmos EVM. The four Maroo-specific precompiles a...

System Accounts & Blocked Addresses component

The Maroo network utilizes several system accounts, known as module accounts, to programmatically manage tokens for core functionalities lik...

Module Authority mechanism

A Module Authority is a design pattern in the Cosmos SDK where sensitive, state-changing functions of a module are restricted to a single, p...

Node Roles component

The Maroo network is maintained by a diverse set of nodes, including Validators for consensus, RPC nodes for user interaction, and specializ...

OKRW Precompile Address component

The OKRW precompile resides at the static, predictable address `0x1000000000000000000000000000000000000001`. This address is hard-coded into...

OKRW Precompile

The OKRW Precompile is a specialized, gas-efficient contract at a fixed address that exposes the core minting functionality of Maroo's nativ...

OKRW token

OKRW is Maroo Network's native token, pegged 1:1 to the Korean Won (KRW). It serves dual purposes: as a stablecoin for value transfer and as...

Platform Architecture Overview

Maroo's architecture is built on a robust Cosmos SDK foundation, featuring a fully compatible EVM execution environment and a deeply integra...

Static Precompile Registration mechanism

Static registration means the addresses and functionalities of all precompiles are defined directly in the node's source code and are availa...

ESC
Type to search