Skip to content

AcalaNetwork/acala-node

Repository files navigation

acala-node

This is the client node for Acala and Karura. For runtime code, please refer to Acala repo.

Building

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