📄️ api-web-server
The api-web-server provides an HTTP REST API for querying blockchain data. It reads from a PostgreSQL database populated by the API Blockchain Scanner.
📄️ api-blockchain-scanner-daemon
The api-blockchain-scanner-daemon connects to a Mintlayer node and continuously scans the blockchain, indexing data into a PostgreSQL database. This database is then served by the API Web Server.
📄️ node-daemon
The node-daemon command runs the Mintlayer node. It uses a subcommand to select the network, followed by network-specific options.