From 066aacad85231e8c737c1a698842de086fce0601 Mon Sep 17 00:00:00 2001 From: Jose Coll Date: Fri, 25 Nov 2016 17:56:56 +0000 Subject: [PATCH] Updated RPC Tutorial docs and gradle file. --- docs/source/tutorial-clientrpc-api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/tutorial-clientrpc-api.rst b/docs/source/tutorial-clientrpc-api.rst index 1e8f3fc284..529ee6d692 100644 --- a/docs/source/tutorial-clientrpc-api.rst +++ b/docs/source/tutorial-clientrpc-api.rst @@ -72,8 +72,11 @@ Finally we have everything in place: we start a couple of nodes, connect to them .. sourcecode:: bash # Build the example + ./gradlew docs/source/example-code:installDist + # Start it + ./docs/source/example-code/build/install/docs/source/example-code/bin/client-rpc-tutorial Print Now let's try to visualise the transaction graph. We will use a graph drawing library called graphstream_