Skip to content

Commit c1f7bd5

Browse files
committed
update otp-level readme
1 parent d297055 commit c1f7bd5

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Basic/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ This CorDapp provides a simple example of how HTTP requests can be made in flows
1414
### [Ping Pong](./ping-pong):
1515
This CorDapp allows a node to ping any other node on the network, demonstrating stateless communication between nodes.
1616

17-
### [Logging Cordapp](./logging-cordapp):
18-
This cordapp has some examples on how to setup custom logging with corda for either json logging and other tooling.
19-
20-
2117

Features/README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,49 @@
33
This folder features several sample projects, each of them demonstrates different specific features of corda.
44

55
### [Blacklist -- Attachment](./attachment-blacklist):
6-
This CorDapp allows nodes to reach agreement over arbitrary strings of text, but only with parties that are not included in the blacklist uploaded to the nodes as an [attachment](https://training.corda.net/corda-details/attachments/).
6+
This CorDapp allows nodes to reach agreement over arbitrary strings of text, but only with parties that are not included in the blacklist uploaded to the nodes as an [attachment](https://training.corda.net/corda-details/attachments/).
77

88
### [Sendfile -- Attachment](./attachment-sendfile):
9-
This Cordapp shows how to upload and download an [attachment](https://training.corda.net/corda-details/attachments/) via a flow.
9+
This Cordapp shows how to upload and download an [attachment](https://training.corda.net/corda-details/attachments/) via a flow.
1010
<p align="center">
1111
<img src="./attachment-sendfile/graph.png" alt="Corda" width="700">
1212
</p>
1313

1414
### [Whistleblower -- Confidential Identity ](./confidentialidentity-whistleblower):
15-
This CorDapp is a simple showcase of [confidential identities](https://docs.corda.net/docs/corda-os/api-identity.html#confidential-identities) (i.e. anonymous public keys).
15+
This CorDapp is a simple showcase of [confidential identities](https://docs.corda.net/docs/corda-os/api-identity.html#confidential-identities) (i.e. anonymous public keys).
1616

1717
### [Autopayroll -- CordaService](./cordaservice-autopayroll):
18-
This Cordapp shows how to trigger a flow with vault update(completion of prior flows) using [CordaService](https://training.corda.net/corda-details/automation/#services) & [trackby](https://training.corda.net/corda-details/automation-solution/#track-and-notify).
18+
This Cordapp shows how to trigger a flow with vault update(completion of prior flows) using [CordaService](https://training.corda.net/corda-details/automation/#services) & [trackby](https://training.corda.net/corda-details/automation-solution/#track-and-notify).
1919
<p align="center">
2020
<img src="./cordaservice-autopayroll/webpic/Business%20Logic.png" alt="Corda" width="500">
2121
</p>
2222

2323
### [Trade Reporting -- ObservableStates](./observablestates-tradereporting):
24-
This CorDapp shows how Corda's [observable states](https://docs.corda.net/docs/corda-os/4.4/tutorial-observer-nodes.html#observer-nodes) feature works. Observable states is the ability for nodes who are not participants in a transaction to still store them if the transactions are sent to them.
24+
This CorDapp shows how Corda's [observable states](https://docs.corda.net/docs/corda-os/4.4/tutorial-observer-nodes.html#observer-nodes) feature works. Observable states is the ability for nodes who are not participants in a transaction to still store them if the transactions are sent to them.
2525

2626
### [Prime Number -- Oracle](./oracle-primenumber):
2727
This CorDapp implements an [oracle service](https://training.corda.net/corda-details/oracles) that allows nodes to:
2828

2929
* Request the Nth prime number
30-
* Request the oracle's signature to prove that the number included in their transaction is actually the Nth prime number
30+
* Request the oracle's signature to prove that the number included in their transaction is actually the Nth prime number
3131

3232

3333
### [Car Insurance -- QueryableState](./queryablestate-carinsurance):
34-
This CorDapp demonstrates [QueryableState](https://docs.corda.net/docs/corda-os/api-persistence.html) works in Corda. Corda allows developers to have the ability to expose some or all parts of their states to a custom database table using an ORM tools. To support this feature the state must implement `QueryableState`.
34+
This CorDapp demonstrates [QueryableState](https://docs.corda.net/docs/corda-os/api-persistence.html) works in Corda. Corda allows developers to have the ability to expose some or all parts of their states to a custom database table using an ORM tools. To support this feature the state must implement `QueryableState`.
3535

3636
### [Sanctionsbody -- ReferenceStates](./referencestates-sanctionsbody):
3737
This CorDapp demonstrates the use of [reference states](https://training.corda.net/corda-details/reference-states/) in a transaction and in the verification method of a contract.
3838

39-
This CorDapp allows two nodes to enter into an IOU agreement, but enforces that both parties belong to a list of sanctioned entities. This list of sanctioned entities is taken from a referenced SanctionedEntities state.
39+
This CorDapp allows two nodes to enter into an IOU agreement, but enforces that both parties belong to a list of sanctioned entities. This list of sanctioned entities is taken from a referenced SanctionedEntities state.
4040

4141
### [Heartbeat -- SchedulableState](./schedulablestate-heartbeat):
42-
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 direct input from the node owner).
42+
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 direct input from the node owner).
43+
4344
<p align="center">
4445
<img src="./schedulablestate-heartbeat/heart.jpg" alt="Corda" width="500">
4546
</p>
47+
48+
49+
### [Logging Cordapp](./logging-cordapp):
50+
This cordapp has some examples on how to setup custom logging with corda for either json logging and other tooling.
51+

0 commit comments

Comments
 (0)