File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Basic/flow-database-access Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,22 @@ Be aware that support of database accesses in flows is currently limited:
1515* The operation must be idempotent. If the flow fails and has to restart from a checkpoint, the operation will also be replayed
1616
1717
18- ## Pre-requisites:
18+ ## Pre-Requisites
1919
20- See https://docs.corda.net/getting-set-up.html .
20+ For development environment setup, please refer to: [ Setup Guide ] ( https://docs.corda.net/getting-set-up.html ) .
2121
2222
23- ## Usage
23+ ## Running the nodes
2424
25- ### Running the nodes:
2625
27- See https://docs.corda.net/tutorial-cordapp.html#running-the-example-cordapp .
28-
29- Java use the ` workflows-java:deployNodes ` task and ` ./workflows-java/build/nodes/runnodes ` script.
26+ Open a terminal and go to the project root directory and type: (to deploy the nodes using bootstrapper)
27+ ```
28+ ./gradlew clean deployNodes
29+ ```
30+ Then type: (to run the nodes)
31+ ```
32+ ./build/nodes/runnodes
33+ ```
3034
3135### Interacting with the node:
3236
You can’t perform that action at this time.
0 commit comments