Appearance
Technical Architecture
Technical diagrams for the ASI:Chain ecosystem.
Documentation Structure
Component Diagrams
Internal architecture of each major component:
- Wallet Architecture - UI, state, services
- Explorer Architecture - Parsing, storage, API
- Node Architecture - Core, ports, P2P
Sequence Diagrams
Interaction flows between components:
- Transaction Flow - Send tokens lifecycle
- Balance Query - Check balance flow
State Diagrams
Node lifecycle and state transitions:
- Startup States - Initialization process
- Operational States - Runtime states
Data Flow
Data movement through the system:
- Wallet data flow
- Explorer indexing pipeline
Network Topology
Network infrastructure:
- Bootstrap and validator nodes
- Port configuration
- External services
Quick Navigation
| Need to understand... | See |
|---|---|
| How wallet works | Wallet Architecture |
| Transaction lifecycle | Transaction Flow |
| Node states | State Diagrams |
| Network setup | Network Topology |
Diagram Technology
All diagrams use Mermaid syntax for easy maintenance and version control.
TIP
If diagrams don't render, ensure JavaScript is enabled in your browser.
Related Documentation
- General Overview - High-level ecosystem
- DevNet Structure - Network entities
- Validator Setup - Deployment guide