mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #815 from bigchaindb/bdb_cli_docs
Add a button to the docs linking to the bdb cli
This commit is contained in:
commit
f5bf436205
@ -58,6 +58,9 @@ At a high level, one can communicate with a BigchainDB cluster (set of nodes) us
|
||||
<div class="buttondiv">
|
||||
<a class="button" href="http://docs.bigchaindb.com/projects/py-driver/en/latest/index.html">Python Driver Docs</a>
|
||||
</div>
|
||||
<div class="buttondiv">
|
||||
<a class="button" href="https://docs.bigchaindb.com/projects/cli/en/latest/">Command Line Transaction Tool</a>
|
||||
</div>
|
||||
<div class="buttondiv">
|
||||
<a class="button" href="http://docs.bigchaindb.com/projects/server/en/latest/index.html">Server Docs</a>
|
||||
</div>
|
||||
|
@ -1,10 +1,17 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user