Skip to content

Abstract-Foundation/abstract-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artifact Hub

Abstract External Node:

This repository provides resources for deploying and managing nodes on the Abstract network. It includes configurations and scripts to facilitate the setup of both external nodes and associated services. The repository is structured to support the deployment of nodes using Docker and Docker Compose, simplifying the process of running an Abstract network node locally or on a server. Additionally, it offers configurations for monitoring tools like Prometheus and Grafana, enabling users to observe node performance and network metrics effectively.

Docker Compose

Override the appropriate env file (.env.testnet or .env.mainnet) with any values you wish to adjust

Mainnet

cd docker
docker compose --env-file .env.mainnet -f external-node.yml up -d

Testnet

cd docker
docker compose --env-file .env.testnet -f external-node.yml up -d

Railway

You can deploy a preconfigured node directly on Railway.

Ensure that both the abstract-node and postgres services are allocated at least 16GB of RAM, and that the postgres service volume has plenty of room to grow (at least 100GB allocated for a fresh node as of April 2025).

Deploy on Railway

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5