StarkNet node
Install guide
Update packages
sudo apt update && sudo apt upgrade -yInstall Pyton
sudo apt install -y python3-pipsudo apt install -y curl git screen build-essential libssl-dev libffi-dev python3-dev
sudo apt-get install libgmp-dev
pip3 install fastecdsa
sudo apt-get install -y pkg-configInstall Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shInstall Cargo
sudo apt install cargo -y
source $HOME/.cargo/envUpdate Rust to the latest version
Clone Pathfinder github repository
Create a virtual environment for a node
Assemble node
Create Infura or Alchemy account
Run node
Update node
Last updated