Deploying a Rollup Verifier/Replica Node

Deploy a verifier node and sync rollup data as a part of Layer4 Network

Running Your Own Node

Hardware Requirements

Nodes need to store the transaction history of Layer4 and to run l2geth. Recommended specs:

  • CPU - min. 4 cores, 8th Gen. or higher

  • RAM - min. 16 GB

  • Storage - min. 100 GB disk space free (SSD recommended)

Deploy a Node With Docker

The recommended method to create a replica is to use Docker. They include all the configuration settings. We use these images for our own systems, and as such they will be more thoroughly tested than any other configuration.

Node Configuration

You can find instructions to build and operate your node on Layer4 testnet and mainnet by following the links below:

  • Testnet node

  • Mainnet node

Appendix

Network DTL URL

You can change the DTL service URL based on the network your node is going to connect to by updating the ROLLUP_CLIENT_HTTP value in the docker-compose.yml file.

Last updated