This is the client node for Acala and Karura. For runtime code, please refer to Acala repo.
curl https://sh.rustup.rs -sSf | sh
You may need additional dependencies, checkout substrate.io for more info
sudo apt-get install -y git clang curl make libssl-dev llvm libudev-dev protobuf-compiler
Debug build:
cargo build
Release build:
cargo build --release