Skip to main content

Setup your node

We will use docker to setup and deploy the Hyperliquid testnet full node.

Install pre requis

sudo apt-get update && sudo apt upgrade -y
sudo apt-get install screen curl docker -y

Download the Hyperliquid repository

git clone https://github.com/hyperliquid-dex/node.git
cd node

Build the Docker Image & Run it

Create the docker image named hyperliquid-node

docker build -t hyperliquid-node .

Run the Docker container to initialize the node:

docker run -d --name hyperliquid-node \
-p 4000-4010:4000-4010 \
hyperliquid-node

Logs verification

docker logs -f hyperliquid-node

You have now a hyperliquid node running in testnet