How to install base/node. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
base/node Installation Guide
How to install base/node. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for base/node. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i base/nodeor
Install via npx
npx @hexmos/ipm i base/nodePrerequisites
Docker
build_toolVersion: 20.10.13-ce-stable-amd64-linux-x86_64.tar.gz
docker-compose
system_toolVersion: 1.29.2
Python
languageVersion: 3.8.10
NodeJS
system_toolVersion: 16.14.0
Git
knowledgeVersion: 2.35.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose
docker compose up --build
NETWORK_ENV=.env.sepolia docker compose up --build
CLIENT=reth docker compose up --buildPost Installation Steps
- Start the node using `docker compose up --build`.
- Access the UI at http://localhost:3000/.
