mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
docs: setting-up-a-corda-network
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user