::
[Libbitcoin] Python and C bindings …
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Wiadomość jest częścią wątku:
pełne drzewo wątku posortowane wg daty
Eric Voskuil at
2016-10-16 12:22
Autor:
Police Terror
Data:
2016-10-10 12:59
UTC
Dla:
libbitcoin
Temat:
[Libbitcoin] Python and C bindings for libbitcoin
Hello,
libbitcoin has complete C bindings (for only libbitcoin not the other
libraries) with lots of Bitcoin functionality:
https://github.com/libbitcoin/libbitcoin-c
https://github.com/libbitcoin/libbitcoin-c/tree/master/test
(complete unit test coverage)
And together with the C bindings, there is Python bindings in the works
now too:
https://github.com/libbitcoin/python-libbitcoin/blob/master/test/math_/elliptic_curve.py
https://github.com/libbitcoin/python-libbitcoin/blob/master/test/wallet/hd_private.py
Which also has a ZMQ part for interfacing with libbitcoin-server:
https://github.com/libbitcoin/python-libbitcoin/blob/master/examples/server/fetch_history.py