mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
Fixed formatting problems.
This commit is contained in:
parent
066aacad85
commit
d8c485aca9
@ -69,14 +69,11 @@ The RPC we need to initiate a Cash transaction is ``startFlowDynamic`` which may
|
|||||||
|
|
||||||
Finally we have everything in place: we start a couple of nodes, connect to them, and start creating transactions while listening on successfully created ones, which are dumped to the console. We just need to run it!:
|
Finally we have everything in place: we start a couple of nodes, connect to them, and start creating transactions while listening on successfully created ones, which are dumped to the console. We just need to run it!:
|
||||||
|
|
||||||
.. sourcecode:: bash
|
.. code-block:: text
|
||||||
|
|
||||||
# Build the example
|
# Build the example
|
||||||
|
|
||||||
./gradlew docs/source/example-code:installDist
|
./gradlew docs/source/example-code:installDist
|
||||||
|
|
||||||
# Start it
|
# Start it
|
||||||
|
|
||||||
./docs/source/example-code/build/install/docs/source/example-code/bin/client-rpc-tutorial Print
|
./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_
|
Now let's try to visualise the transaction graph. We will use a graph drawing library called graphstream_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user