Using Docker Image
A User-Friendly Option
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
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 verify the connectivity to confirm that the network is functioning correctly.
Last updated