Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 654 Bytes

OPTIMISM.md

File metadata and controls

41 lines (27 loc) · 654 Bytes

Setup a local Optimism Ethereum node

Install Prerequisite Software

Docker

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

Docker settings

sudo usermod -a -G docker `whoami`

Docker Compose

sudo apt install -y docker-compose

Node.js

https://github.com/nvm-sh/nvm#installing-and-updating

Start an Optimistic Ethereum Node

Clone the Optimism monorepo

git clone https://github.com/ethereum-optimism/optimism.git ./optimism

Start the Optimistic Ethereum node

cd optimism/ops
docker-compose -f docker-compose-nobuild.yml up -t 60