🐳Docker
Authors: [man4ela | catapulta.eth]
System Requirements
CPU
OS
RAM
DISK
Before you start, make sure that you have your own synced Ethereum mainnet L1 RPC URL ready with WS port enabled
Pre-Requisites
sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y
sudo apt install -y wget curl screen git ufwSetting up Firewall
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow 22/tcp
sudo ufw allow 80
sudo ufw allow 443Enable Firewall
Install Docker
Run this command to remove any conflicting docker
Add Docker's official GPG key:
Add the repository to ppt sources:
Install docker
Setting up a domain name to access RPC
Create .env file
Launch Starknet full node
Monitor Logs
1. Check the Chain ID
Network
Chain ID (Hex)
Chain ID (Decoded)
2. Check the Latest Block Number
References
Last updated
Was this helpful?