From 9951b61076815b6db19f03589570e7f41351a03b Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Tue, 15 Nov 2016 13:20:59 +0100 Subject: [PATCH] add some explanation to the client-drivers documentation page. --- docs/server/source/drivers-clients/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index c36d0078..bef13839 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -1,6 +1,13 @@ 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 server api directly to post transactions. + + .. toctree:: :maxdepth: 1