mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Fixed text to clarify what Cordformation is.
This commit is contained in:
parent
1754493490
commit
ddce92007e
@ -182,9 +182,10 @@ Cordformation is the local node deployment system for Cordapps, the nodes genera
|
||||
experimenting, debugging, and testing node configurations and setups but not intended for production or testnet
|
||||
deployment.
|
||||
|
||||
To use this plugin you must add a new task that is of the type `com.r3corda.plugins.Cordform` and then configure
|
||||
the nodes you wish to deploy with the Node and nodes configuration DSL. This DSL is specified in the
|
||||
`JavaDoc <api/index.html>`_. An example of this is in the template-cordapp and below is a three node example;
|
||||
To use this gradle plugin you must add a new task that is of the type `com.r3corda.plugins.Cordform` to your
|
||||
build.gradle and then configure the nodes you wish to deploy with the Node and nodes configuration DSL.
|
||||
This DSL is specified in the `JavaDoc <api/index.html>`_. An example of this is in the template-cordapp and below
|
||||
is a three node example;
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user