mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
32 lines
1.2 KiB
ReStructuredText
32 lines
1.2 KiB
ReStructuredText
Drivers & Clients
|
|
=================
|
|
|
|
Currently, the only language-native driver is written in the Python language.
|
|
|
|
We also provide the Transaction CLI to be able to script the building of
|
|
transactions. You may be able to wrap this tool inside the language of
|
|
your choice, and then use the HTTP API directly to post transactions.
|
|
|
|
If you use a language other than Python, you may want to look at the current
|
|
community projects listed below.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
http-client-server-api
|
|
websocket-event-stream-api
|
|
The Python Driver <https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>
|
|
Transaction CLI <https://docs.bigchaindb.com/projects/cli/en/latest/>
|
|
|
|
|
|
Community Driven Libraries and Tools
|
|
------------------------------------
|
|
Please note that some of these projects may be work in progress, but may
|
|
nevertheless be very useful.
|
|
|
|
* `Javascript transaction builder <https://github.com/sohkai/js-bigchaindb-quickstart>`_
|
|
* `Haskell transaction builder <https://github.com/libscott/bigchaindb-hs>`_
|
|
* `Go driver <https://github.com/zbo14/envoke/blob/master/bigchain/bigchain.go>`_
|
|
* `Java driver <https://github.com/mgrand/bigchaindb-java-driver>`_
|