Skip to content

Commit 6b0bf78

Browse files
authored
Update README.md
1 parent 0936bbe commit 6b0bf78

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Basic/flow-http-access/README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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

5863
We'll be interacting with the node via its interactive shell.

0 commit comments

Comments
 (0)