Skip to content

Network Topology

ASI:Chain network infrastructure and node connections.

Back to Architecture Overview

Network Overview

Network Components

Bootstrap Node

Entry point for new nodes joining the network.

PropertyValue
IP54.152.57.201
Port40400
PurposeNetwork discovery

Validators

Nodes that participate in consensus.

FunctionDescription
Block productionPropose new blocks
ConsensusVote on block validity
APIAccept deploys

Observer

Read-only node for queries.

FunctionDescription
Block syncReceive finalized blocks
QueriesBalance and state lookups
ExplorerData source for explorer

Port Configuration

PortProtocolPurposeAccess
40440TCPP2P communicationPublic
40443HTTPAPI (deploy, query)Public
40444UDPPeer discoveryPublic
40445HTTPAdmin APILocalhost

External Services

ServiceURLNode
Walletwallet.dev.asichain.ioValidator + Observer
Explorerexplorer.dev.asichain.ioObserver
Faucetfaucet.dev.asichain.ioValidator

Firewall Configuration

Required ports for validators:

bash
# Required for P2P
ufw allow 40440/tcp
ufw allow 40444/udp

# Optional for API
ufw allow 40443/tcp

ASI:Chain DevNet - Development Network