This repository contains Tagion core dependencies.
git clone git@github.com:tagion/dependencies.git
cd dependencies
# Ensure tub works
make configure
make secp256k1
make help
We use tub as build system for all Tagion core units. Read tub guide to learn how to configure and compile.
TODO(vp)