Skip to content

Commit 7847b5d

Browse files
authored
Update README.md
1 parent b41b562 commit 7847b5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Features/oracle-primenumber/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# corda oracle examples [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Features/oracle-primenumber)
1+
# Prime Number -- Oracle
22

33
This CorDapp implements an [oracle service](https://training.corda.net/corda-details/oracles) that allows nodes to:
44

@@ -16,10 +16,10 @@ real world, oracles would instead provide and sign statements about stock prices
1616

1717
This repo is split into three CorDapps:
1818

19-
1. A [base CorDapp](./base/src/main/java/net/corda/examples/oracle/base/flow) which includes the state and contract definition, as well as some utility flows that need to be
19+
1. A base CorDapp, which includes the state and contract definition, as well as some utility flows that need to be
2020
shared by both the Oracle service and the client
21-
2. A client CorDapp which [implements a flow](./client/src/main/java/net/corda/examples/oracle/client/flow/CreatePrime.java#L65-L107) to create numbers involving oracle-validated prime numbers
22-
3. A [service](services/src/main/java/net/corda/examples/oracle/service/service/Oracle.java#L55-L63) which implements the primes oracle
21+
2. A client CorDapp, which implements a flow to create numbers involving oracle-validated prime numbers
22+
3. A service, which implements the primes oracle
2323

2424

2525
## Usage

0 commit comments

Comments
 (0)