MacOS
Setting Up a macOS Development Environment for Rust
Before You Begin
Step 1: Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"brew --version
Step 2: Install Required Packages
Step 3: Install Rust
Compile a Substrate Node
Step 1: Clone the Node Template Repository
Step 2: Compile the Node Template
Next Steps
Last updated