Add a section on community-driven libs

This commit is contained in:
Sylvain Bellemare
2017-02-08 12:13:54 +01:00
committed by Sylvain Bellemare
parent 5e479d831b
commit 5ffa6568c4

View File

@@ -7,6 +7,9 @@ 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
@@ -14,3 +17,12 @@ your choice, and then use the HTTP API directly to post transactions.
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/>
Community Driven Libraries and Tools
------------------------------------
* `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>`_