Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 537 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 537 Bytes

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