Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 194 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 194 Bytes

crypto-crawler-cpp

C++ bindings for the crypto-crawler library

Build

rm -rf build && mkdir build && cd build && cmake .. && make

Unit Test

cd build && ctest