- Manage Blockchain for every group configured
- Manage Blockchain containing all groups, find more here: GroupRegisterGroup
apt install libsodium-dev libmpfr-dev libssl-dev
mkdir build
cd build
cmake ..
make protoc -j$(nproc) # needed for parsing protobuf files
make GradidoNode -j$(nproc)
Visual Studio 16 is the max Visual Studio Version supported from this current conanfile.txt
cd gradido_node
conan install . --output-folder=build --build=missing
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DCMAKE_BUILD_TYPE=Release
Code doc: https://gradido.github.io/gradido_node/html/index.html
On my Debian 12
sudo apt install libsodium-dev libmpfr-dev libssl-dev
install rust compiler
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh