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:
libscott 2016-11-16 15:31:58 +01:00 committed by GitHub
commit f5bf436205
2 changed files with 11 additions and 1 deletions

View File

@ -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>

View File

@ -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