Skip to main content

Operation Modes

Cardano Rosetta Java can operate in two primary modes: online and offline.

Online Mode

In online mode, the system connects to the Cardano network, synchronizes the blockchain, and provides real-time access to blockchain data. This is the default mode and requires a connection to the Cardano network.

The online mode includes all components:

  • Cardano Node
  • YACI Indexer
  • PostgreSQL
  • Rosetta API

This mode is used for blockchain synchronization, transaction broadcasting, and querying real-time network state - typical production deployment scenario.