Network
  • Welcome
  • Getting Started
    • Deployment Comparison
    • Using Docker Image
    • Standalone
    • Cluster Setup
    • Verify Connection
    • Node Interaction
  • NETWORKs
    • DevNet
    • ETH L2 Rollup
    • Benchmarking
Powered by GitBook
On this page
  • Hardware Requirements
  • Using the Docker Image
  • Check the Connectivity
  1. Getting Started

Using Docker Image

A User-Friendly Option

PreviousDeployment ComparisonNextStandalone

Last updated 8 months ago

This document provides all the essential information needed to set up a development network for Arcology using Docker images. All the modules are bundled in the Docker image, providing a user-friendly and cost-effective method for running an Arcology node.


Hardware Requirements

  • 32GB RAM or more

  • 4 CPU cores

  • 200G free space

  • 1G Bandwidth


Using the Docker Image

Please replace the IP addresses in the document with of your host machine IP.

docker run -itd --name l2 -p 8545:8545 arcologynetwork/devnet -f http://192.168.230.134:7545 -s http://192.168.230.134:8545 -r true -m false

Check the Connectivity

Make sure the testnet is up and running. Lastly, it is necessary to to confirm that the network is functioning correctly.

verify the connectivity