Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 613 Bytes

run-da.md

File metadata and controls

25 lines (15 loc) · 613 Bytes

Simple Mantle EigenLayer Node

Required Software

Recommended Hardware

  • 8GB+ RAM
  • 500GB+ disk (HDD works for now, SSD is better)
  • 10mb/s+ download

Installation and Setup Instructions

Configure Docker as a Non-Root User (Optional)

If you're planning to run Docker as a root user, you can safely skip this step. However, if you're using Docker as a non-root user, you'll need to add yourself to the docker user group:

sudo usermod -a -G docker `whoami`

You'll need to log out and log in again for this change to take effect.