Build, run & test using source code
Install dependencies
sudo apt update
sudo apt install build-essential git clang curl libssl-dev llvm libudev-dev make protobuf-compiler pkg-configcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default stablerustup target add wasm32-unknown-unknownFetch latest source code
Minimum requirements
Build the node
Run and interact with development instance
Run automated tests
Last updated