Setup
2023-10-3 Setup Less than 1 minute
# Setup
# Install Rust
curl https://sh.rustup.rs -sSf | sh
rustup update stable
1
2
2
# Install Dependencies
# Mac
brew install cmake pkg-config openssl git llvm
1
# Linux
sudo apt install cmake pkg-config libssl-dev git clang libclang-dev
1
Note
Melodot is developed based on Substrate. For more information, please visit Substrate (opens new window) 。