Welcome
Welcome to our network guide website. Here, you’ll find all the necessary guides for setting up a developer network, a private test network, or a network for benchmarking purposes.
Network Setups

Benchmarking
Warp Speed in Action.
Run Examples
Once a network and up and running, you can start to interact with it. Arcology is EVM-equivalent, interacting with an Arcology node is indistinguishable from that of standard Ethereum. Developers may continue using Ethereum toolchains on Arcology.
Arcology’s key feature is parallel transaction execution, provided contracts involved don't have shared state. However, many contracts do have shared state and cannot fully benefit from parallel execution.
Arcology offers a set of concurrent APIs in Solidity to help developers parallelize their contracts, enabling them to be processed fully in parallel. The examples below help developers understand how this works, with all examples wrapped in Hardhat projects.
All examples are provided for educational purposes only and should not be utilized in production environments.
Last updated