Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 314 Bytes

https://github.com/Chia-Network/chiavdf go bindings

Usage:

Compiling chiavdf requires cmake, boost and GMP/MPIR.

sudo apt-get install m4
sudo apt-get install libgmp-dev
sudo apt-get install libboost-all-dev
  • linux build
mkdir build && cd build
cmake ..
cmake --build . --target chiavdf-go