TRINCI Blockchain Core
A lightweight and flexible framework to build your tailored blockchain applications.
Requirements
The required dependencies to build correctly the project are the following:
- clang
- libclang-dev (ver. 11 suggested)
follow the installations for the most common Unix/Linux systems
Ubuntu/Debian installation
update the package list:
sudo apt-get update
install the dependencies:
sudo apt-get install clang libclang-dev
Fedora/RHEL
update the package list:
sudo dnf check-update
install the dependencies:
sudo dnf install clang rust-clang-sys+clang_11_0-devel
Build
to build the cargo package:
cd ./trinci-core
cargo build