Skip to content

Files

Latest commit

Mar 7, 2022
26ba287 · Mar 7, 2022

History

History
This branch is 3 commits ahead of, 58 commits behind Zondax/filecoin-signing-tools:master.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 27, 2021
Mar 7, 2022

C++ bindings

Currently, we don't provide compiled artifacts, therefore, manual steps to build and orchestrate the libraries and headers are necessary.

Running

Assuming that the header and library are in the same directory.

g++ main.cpp -L. -lfilecoin_signer_ffi -o main
LD_LIBRARY_PATH=. ./main