Testing
Getting Started
Deployment
Installation
Install ESNODE Core, Pulse and FiberTrace components.
December 3, 2025•1 min read
get-startedinstallation
Installation
Install ESNODE Core on a node:
curl -L https://esnode.co/downloads/esnode-core-0.1.0-linux-amd64.tar.gz | tar -xz
sudo mv esnode-core /usr/local/bin/
esnode-core --version
Install server-side ESNODE Pulse:
docker run -d --name esnode-pulse -p 8080:8080 ghcr.io/estimatedstocks/esnode-pulse:latest
Optional: FiberTrace connectors are packaged separately.