::
[Libbitcoin] Python and C bindings …
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Este mensaje es parte del siguiente hilo:
El árbol completo de hilos, ordenados por fecha
Eric Voskuil, mensaje del
2016-10-16 12:22
Autor:
Police Terror
Fecha:
2016-10-10 12:59
UTC
A:
libbitcoin
Asunto:
[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