Skip to content

Commit 77b4ac0

Browse files
authored
Update README.md
1 parent bc0d952 commit 77b4ac0

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

Features/schedulablestate-heartbeat/README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Heartbeat CorDapp [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Features/schedulablestate-heartbeat)
2-
1+
# Heartbeat -- Schedulablestate
32
This CorDapp is a simple showcase of [scheduled activities](https://docs.corda.net/docs/corda-os/event-scheduling.html#how-to-implement-scheduled-events) (i.e. activities started by a node at a specific time without
43
direct input from the node owner).
54

@@ -18,21 +17,11 @@ The new `HeartState` also has a scheduled activity to start the `HeatbeatFlow` i
1817

1918
In this way, calling the `StartHeartbeatFlow` creates an endless chain of `HeartbeatFlow`s one second apart.
2019

21-
22-
You can find those flows here :
23-
24-
- [StartHeartBeatFlow](./workflows/src/main/java/com/heartbeat/flows/StartHeartbeatFlow.java#L52-L65)
25-
26-
- [HeartbeatFlow](./workflows/src/main/java/com/heartbeat/flows/HeartbeatFlow.java#L53-L70)
27-
28-
29-
3020
## Usage
3121

22+
## Pre-Requisites
3223

33-
### Pre-requisites:
34-
35-
See https://docs.corda.net/getting-set-up.html.
24+
For development environment setup, please refer to: [Setup Guide](https://docs.corda.net/getting-set-up.html).
3625

3726

3827
### Running the CorDapp

0 commit comments

Comments
 (0)