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 `_ +