Skip to content

Commit 501ffb5

Browse files
CORE-20098: Remove Corda CLI prerequisite from readme (#84)
* Remove Corda CLI prerequisite * Update Corda version in docs
1 parent 6f407fd commit 501ffb5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# release-V5.2 cordapp-template-java
1+
# release-V5.3 cordapp-template-java
22

33

44
This template repository provides:
@@ -7,7 +7,7 @@ This template repository provides:
77

88
- A base Gradle configuration which brings in the dependencies you need to write and test a Corda 5 Cordapp.
99

10-
- A set of Gradle helper tasks, provided by the [Corda runtime gradle plugin](https://github.com/corda/corda-runtime-os/tree/release/os/5.2/tools/corda-runtime-gradle-plugin#readme), which speed up and simplify the development and deployment process.
10+
- A set of Gradle helper tasks, provided by the [Corda runtime gradle plugin](https://github.com/corda/corda-runtime-os/tree/release/os/5.3/tools/corda-runtime-gradle-plugin#readme), which speed up and simplify the development and deployment process.
1111

1212
- Debug configuration for debugging a local Corda cluster.
1313

@@ -29,13 +29,12 @@ In this app you can:
2929
4. Continue chatting within the chat entry with the counterparty. `UpdateChatFlow`
3030

3131
### Prerequisites
32-
- Corda CLI; version should match that of the Corda combined worker image used
3332
- Docker
3433

3534
### Setting up
3635

3736
1. We will begin our test deployment with clicking the `startCorda`. This task will load up the combined Corda workers in docker.
38-
A successful deployment will allow you to open the REST APIs at: https://localhost:8888/api/v5_2/swagger#. You can test out some of the
37+
A successful deployment will allow you to open the REST APIs at: https://localhost:8888/api/v5_3/swagger#. You can test out some of the
3938
functions to check connectivity. (GET /cpi function call should return an empty list as for now.)
4039
2. We will now deploy the cordapp with a click of `vNodeSetup` task. Upon successful deployment of the CPI, the GET /cpi function call should now return the meta data of the cpi you just upload
4140

0 commit comments

Comments
 (0)