docs: setting-up-a-corda-network

This commit is contained in:
Andras Slemmer
2016-11-21 16:39:46 +00:00
parent aa629f74ca
commit 720bb55827
5 changed files with 101 additions and 2 deletions

View File

@ -66,6 +66,8 @@ 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!:
.. sourcecode:: bash
# Build the example
./gradlew docs/source/example-code:installDist
# Start it
@ -94,4 +96,4 @@ requests or responses with the `Kryo` instance RPC uses. Here's an example of h
See more on plugins in :doc:`creating-a-cordapp`.
.. warning:: We will be replacing the use of Kryo in RPC with a stable message format and this will mean that this plugin
customisation point will either go away completely or change.
customisation point will either go away completely or change.