Skip to main content

Overview

A mirror node (more commonly known a read only node) is a node that mirrors the blockchain data to the local database without participating in the consensus process. It is used to query blockchain data over a JSONRPC endpoint.

How to run

The Fiber CLI handles everything for you

Install

1

First Step

First, we will install the fiber CLI.
brew install fiber
2

Run the node

After that, let’s run a mirror node.
[Terminal]
fiber mirror
For additional options, check fiber --help.