Skip to content

Commit d4c62fb

Browse files
authored
Update README.md
1 parent 6c2970b commit d4c62fb

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Basic/ping-pong/README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,22 @@ We expect to receive data from a counterparty that contains a ping, when we rece
5353
```
5454

5555

56+
## Pre-Requisites
5657

57-
# Pre-requisites:
58+
For development environment setup, please refer to: [Setup Guide](https://docs.corda.net/getting-set-up.html).
5859

59-
See https://docs.corda.net/getting-set-up.html.
6060

61-
# Usage
61+
## Running the nodes
6262

63-
### Running the CorDapp
6463

65-
See https://docs.corda.net/tutorial-cordapp.html#running-the-example-cordapp.
66-
67-
Java use the `workflows-java:deployNodes` task and `./workflows-java/build/nodes/runnodes` script.
64+
Open a terminal and go to the project root directory and type: (to deploy the nodes using bootstrapper)
65+
```
66+
./gradlew clean deployNodes
67+
```
68+
Then type: (to run the nodes)
69+
```
70+
./build/nodes/runnodes
71+
```
6872
## Pinging a node:
6973

7074

0 commit comments

Comments
 (0)