π»Baremetal
Authors: [man4ela | catapulta.eth]
System Requirements
CPU
OS
RAM
DISK
Boba

Pre-Requisites
Setting up Firewall
Install dependencies
Required Software Dependencies
Dependency
Version
Version Check Command
Install GO
Install nvm
Download foundry
Install foundry
Install node and yarn
Check if go and all dependancies are installed
Build the Rollup Node (op-node)
Build op-node
Create database directory and jwt secret file
Create systemd service for op-node
Build Legacy Geth (l2geth)
Clone the Boba Legacy Monorepo and build l2geth:
Create database directory for l2geth, download and extract archive snapshot:
Create systemd service for l2geth
Build the Execution Engine (op-Erigon)
Create database directory, download and extract the most recent snapshot
Create systemd service for op-erigon
Start BOBA
Start op-erigon
Start op-node
Start l2geth
Monitor the logs for errors
Run curl command in the terminal to check the status of your node
curl command in the terminal to check the status of your nodeReferences
Last updated