This page presents our guide to installing a full node for the Morph project. Follow this guide and you will not have problems installing this node.

Clone morph

mkdir -p ~/.morph 
cd ~/.morph
git clone <https://github.com/morph-l2/morph.git>

Currently, we use tag v0.1.0-beta as our beta version.

cd morph
git checkout v0.1.0-beta

Build Geth

make nccc_geth

Build Node

cd ~/.morph/morph/node 
make build

Sync from genesis block

Download the config files and make data dir

cd ~/.morph
wget <https://raw.githubusercontent.com/morph-l2/config-template/main/holesky/data.zip>
unzip data.zip

Create a shared secret with node

cd ~/.morph
openssl rand -hex 32 > jwt-secret.txt