Building
colibri uses cmake to configure the build. So building from sources is straightforward:
#clone
git clone https://github.com/colibri-labs/colibri-stateless.git
cd colibri-stateless
#build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
#run
bin/verify eth_getBlockByNumber latest false
Last updated