Charli3-Official / cardano-node-setup

This repository contains the necessary Docker Compose configurations to set up a Cardano node along with Ogmios and Kupo, which are required for the Charli3 setup.
1 stars 0 forks source link

Cardano Node Setup

This repository contains configurations for setting up a mainnet Cardano node along with Ogmios and Kupo, integral parts of the Charli3 infrastructure.

Components

Prerequisites

Installation & Setup

  1. Clone this repository with the submodule:

    git clone --recurse-submodules https://github.com/Charli3-Official/cardano-node-setup.git

    If you've already cloned the repository, initialize and update the submodule with:

    git submodule update --init
  2. Navigate to the repository directory:

    cd cardano-node-setup
  3. Start the Cardano node and services with Docker:

    NETWORK=mainnet docker compose up -d

This will deploy the Cardano node, Ogmios, and Kupo services as defined in the docker-compose.yml file.