Installation
Installing Madara

Installing Madara

In this section, we will guide you through the build and run process so that you can run your own Madara client, and query the Starknet blockchain as smoothly as possible.

We want anyone to be able to launch a Madara full node, which is why we've divided this section into 3 difficulty levels:

  • High-level (from an high-level interactive menu)
  • Mid-level (from Docker recommend via the available docker images)
  • Low-level (from source directly building the rust binary locally)

This is the highest level way to install Madara with some custom features. For advanced configuration we recommend you to use the source or docker methods.

Download script

You will need to download and run the installer script using the following command:

  curl -sL https://raw.githubusercontent.com/madara-alliance/madara/refs/heads/main/scripts/launcher -o launcher && chmod +x launcher && ./launcher

Follow instructions

video-goes-here

ℹ️

Now that you know how to launch a Madara client, you might want to set some parameters in order to customize it. Therefore, you can go to the following Configuration (opens in a new tab) section.