Using Local Node
1. Install build tools & libraries
macOS
# Install Homebrew if necessary https://brew.sh/
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Make sure Homebrew is up-to-date, install openssl and cmake
brew update
brew install openssl cmakeUbuntu/Debian
sudo apt update
# May prompt for location information
sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curlArch Linux
2. Install Rust toolchain
3. Compile the node
4. Run the Node

Connecting Polkadot JS Apps to a Local CLV Node



Last updated