mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
spoke too soon
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
This commit is contained in:
parent
2f608258f6
commit
0a9ab5a763
@ -463,7 +463,7 @@ The Gradle build files must be updated to change how the nodes are deployed. (*
|
||||
Step Six: Deploying your CorDapp locally
|
||||
----------------------------------------
|
||||
|
||||
Now that the the CorDapp code has been completed and the build file updated, the CorDapp can be deployed.
|
||||
Now that the CorDapp code has been completed and the build file updated, the CorDapp can be deployed.
|
||||
|
||||
1. Open a terminal and navigate to the root directory of the project.
|
||||
|
||||
|
@ -14,9 +14,13 @@ The first step is to deploy the CorDapp to nodes running locally.
|
||||
|
||||
1. Navigate to the root directory of the example CorDapp.
|
||||
|
||||
2. Deploy the CorDapp by running the following command: ``./gradlew deployNodes``
|
||||
2. To deploy the nodes on Windows run the following command: ``gradlew clean deployNodes``
|
||||
|
||||
3. To best understand the deployment process, there are several perspectives it is helpful to see. Run the following command: ``build/nodes/runnodes``
|
||||
To deploy the nodes on Mac or Linux run the following command: ``./gradlew clean deployNodes``
|
||||
|
||||
3. To best understand the deployment process, there are several perspectives it is helpful to see. On Windows run the following command: ``build\nodes\runnodes``
|
||||
|
||||
On Mac/Linux run the following command: ``build/nodes/runnodes``
|
||||
|
||||
This command opens four terminal windows: the notary, and a node each for PartyA, PartyB, and PartyC. A notary is a validation service that prevents double-spending, enforces timestamping, and may also validate transactions. For more information on notaries, see the `notary documentation <./key-concepts-notaries.html>`_.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user