
Abstract Node
Abstract Mainnet External Node
Postgres
railwayapp-templates/postgres-ssl:16
Just deployed
/var/lib/postgresql/data
abstract-node
matterlabs/external-node:v26.8.5
Just deployed
/db
This Railway template sets up a fully functional Abstract Mainnet node with minimal configuration, providing everything you need to get started quickly. It includes:
Abstract Mainnet External Node
A ready-to-run mainnet node that connects to the Abstract blockchain network. It syncs the latest state and participates in network operations, making it ideal for interacting with contracts, querying state, or supporting frontend applications.
PostgreSQL Database
A preconfigured PostgreSQL instance used for indexing and storing chain data.
Configuration
The node is configured by default to use llamarpc public RPC for ETH L1. It is recommended to update the EN_ETH_CLIENT_URL
variable to a private RPC for higher reliability.
By default the node will utilize a snapshot for fast syncing. To disable snapshot and sync from genesis (can take several days) set the EN_SNAPSHOTS_RECOVERY_ENABLED
variable to false
Features
- One-click deployment via Railway
- Automatic connection between the node and Postgres
- Preloaded environment variables for fast setup
- Scalable infrastructure for production-ready use
Ideal For
- Developers building on the Abstract mainnet
- Projects needing a reliable backend connection to Abstract
- Anyone who wants to explore or interact with the Abstract chain data
Template Content
abstract-node
matterlabs/external-node:v26.8.5