Skip to content

Commit 6c2970b

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Basic/ping-pong/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Ping-Pong CorDapp [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/ping-pong)
2-
1+
# Ping-Pong CorDapp
32
This CorDapp allows a node to ping any other node on the network that also has this CorDapp installed.
43

54
It demonstrates how to use Corda for messaging and passing data using a [flow](https://docs.corda.net/docs/corda-os/flow-state-machines.html#flow-sessions) without saving any states or using any contracts.
@@ -20,7 +19,7 @@ We define a state (the "ping" to be shared), define a contract (the way to make
2019
You'll notice in our code we call these two classes ping and pong, the flow that sends the `"ping"`, and the flow that returns with a `"pong"`.
2120

2221

23-
Take a look at [Ping.java](./workflows-java/src/main/java/net/corda/examples/pingpong/flows/Ping.java#L20-L28).
22+
Take a look at `Ping.java`.
2423

2524
You'll notice that this flow does what we expect, which is to send an outbound ping, and expect to receive a pong. If we receive a pong, then our flow is sucessful.
2625

0 commit comments

Comments
 (0)