mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
18 lines
568 B
ReStructuredText
18 lines
568 B
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.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
http-client-server-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/>
|
|
example-apps
|