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
  • Network Setups
  • Run Examples

Welcome

NextDeployment Comparison

Last updated 9 months ago

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


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.

In Arcology', a parallelized contract is a -free contract that can be called concurrently without causing any access conflicts.

Arcology offers a set of 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.

contention

concurrent APIs in Solidity
Page cover image
Cover

Node Options

Find the best node deployment option for your needs.

Cover

Devnet

Set up a development network for Arcology using Docker images.

Cover

Testnet with Eth DA

Arcology as a fully functional L2 with Ethereum L1 DA using Docker images.

Cover

Benchmarking

Warp Speed in Action.

Cover

Parallelized Eth Examples

Simple examples from Ethereum documents and parallelized by Arcology team.