Skip to main content

Packaged installation

Installation

You can choose to install merod using either the installation script or Homebrew.

If you use Homebrew, you can install merod directly with the following steps:

Steps

  1. Add the Calimero Homebrew tap:

    brew tap calimero-network/homebrew-tap
  2. Install merod:

    brew install merod
  3. Verify the installation:

    merod --version

If the version number appears, the installation was successful.

Next Steps

Initialize and run node

If this is your first time initializing the node, the process may take a little bit more time until all dependencies are downloaded. It will take around 7 minutes but can vary depending on your internet connection.

1. Initialize node

Terminal
merod --node-name node1 init --server-port 2428 --swarm-port 2528

Node configuration file contains protocol defined metada and is located at ~/.calimero/your_node_name/config.toml.

2. Run node

Terminal
merod --node-name node1 run

Wait for a few moments and node logs should appear.

Was this page helpful?
Need some help? Check Support page