Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 411 Bytes

Starknet_manualEN.md

File metadata and controls

34 lines (23 loc) · 411 Bytes

Root permission.

sudo su
cd

Update your server and get the necessary libraries.

sudo apt update && sudo apt upgrade -y
sudo apt install pkg-config curl git build-essential libssl-dev -y
sudo apt install docker.io -y

Install screen.

sudo apt install screen -y

Install binaries.

git clone --branch v0.4.0 https://github.com/eqlabs/pathfinder.git