Skip to content

Data Flow Diagrams

How data moves through the ASI:Chain ecosystem.

Back to Architecture Overview

Wallet Data Flow

Data flow from user actions to blockchain.

Flow Details

LayerInputOutput
UIUser actionsDisplay updates
StoreState changesPersisted state
ServicesAPI callsResponses
NodesDeploys/queriesResults

Data Types

TypeEncryptionStorage
Private keysAES-256Browser
TransactionsSignedBlockchain
BalancesNoneIn-memory

Explorer Data Flow

Blockchain data to user interface.

Indexing Pipeline

SourceProcessStorage
Docker logsParse blocksblocks table
RPC APIGet detailsdeployments table
HTTP APIQuery balanceLive query

Transaction Lifecycle

End-to-end transaction flow.

StageComponent
Create/SignWallet
Submit/ValidateValidator
BlockConsensus
FinalizeNetwork

ASI:Chain DevNet - Development Network