⚙️ Installation
Chain ID: agoric-3 | Node Version: v0.35.0-u20.2 | Custom Port: 166
Node Type
CPU
RAM
Storage
# Update system and install build tools
sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential
sudo apt -qy upgradeAutomatic Installation
source <(curl -s https://raw.githubusercontent.com/validexisinfra/Agoric/main/installmain.sh)Manual Installation
# Install Node.js 20 LTS with Corepack support
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt update
sudo apt install -y nodejsSet custom ports
Last updated