2.2 Setting Up Your Environment
Operating System Setup
If you haven't already, install Ubuntu 20.04 LTS on your machine.
Update your system:
Installing Dependencies
Install necessary packages:
Install Rust:
Add Rust to your path:
Setting Up Firewall
If you're using UFW (Uncomplicated Firewall), allow SSH connections:
We'll open specific ports for Spicenet later in the configuration process.
Last updated