/acala-node

The client node for Acala & Karura parachain

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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