File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,22 @@ It works mostly as you'd expect, using a request builder to make a request at a
4242
4343
4444
45- ## Pre-requisites:
45+ ## Pre-Requisites
4646
47- See https://docs.corda.net/getting-set-up.html .
47+ For development environment setup, please refer to: [ Setup Guide ] ( https://docs.corda.net/getting-set-up.html ) .
4848
49- ## Usage
5049
51- ### Running the CorDapp
50+ ## Running the nodes
5251
53- See https://docs.corda.net/tutorial-cordapp.html#running-the-example-cordapp .
5452
55- Java use the ` workflows-java:deployNodes ` task and ` ./workflows-java/build/nodes/runnodes ` script.
53+ Open a terminal and go to the project root directory and type: (to deploy the nodes using bootstrapper)
54+ ```
55+ ./gradlew clean deployNodes
56+ ```
57+ Then type: (to run the nodes)
58+ ```
59+ ./build/nodes/runnodes
60+ ```
5661### Interacting with the nodes:
5762
5863We'll be interacting with the node via its interactive shell.
You can’t perform that action at this time.
0 commit comments