From 5ffa6568c4ad4868e41639c3d7c6cb5d9ed5f620 Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Wed, 8 Feb 2017 12:13:54 +0100 Subject: [PATCH] Add a section on community-driven libs --- docs/server/source/drivers-clients/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index dd33e18b..f6515a4f 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -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 Transaction CLI + + +Community Driven Libraries and Tools +------------------------------------ + +* `Javascript transaction builder <(https://github.com/sohkai/js-bigchaindb-quickstart>`_ +* `Haskell transaction builder `_ +* `Go driver `_ +