smartcontracts / simple-optimism-node

The easiest way to run an Optimism node
MIT License
318 stars 106 forks source link

feature request: dappnode support #98

Open cruzdanilo opened 10 months ago

cruzdanilo commented 10 months ago

this repo aims to make running an optimism node as simple as possible.

dappnode is free and open-source software that gives users an app-like experience while managing their node.

In just a few taps you can have your node up and running.

DAppNode makes it easy for users to run full nodes, as well as dapps and other P2P networks, with no need to touch the command-line. This makes it easier for everyone to participate and create a more decentralized network.

from https://ethereum.org/en/run-a-node/

the main dappnode repo has 526 github starts at the time of writing.

dappnode's package structure is based on docker compose, just like this repo. it seems to make sense adding dappnode package support.