You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This CorDapp implements an [oracle service](https://training.corda.net/corda-details/oracles) that allows nodes to:
4
4
@@ -16,10 +16,10 @@ real world, oracles would instead provide and sign statements about stock prices
16
16
17
17
This repo is split into three CorDapps:
18
18
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
20
20
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
0 commit comments