Skip to content

Commit 2d243bd

Browse files
authored
Merge pull request #36 from corda/basicrevamp
Merge basic folder into Q4cleanup
2 parents 8cccdc2 + 6b0bf78 commit 2d243bd

File tree

177 files changed

+1008
-4663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+1008
-4663
lines changed

Basic/README.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
1-
## samples-java/basic-cordapps
1+
## Basic Cordapp Sample
22

33
This folder features basic sample projects, each of them demonstrates low level cordapp functionalities, such [RPC connection](https://docs.corda.net/docs/corda-os/api-rpc.html#api-rpc-operations), messaging, etc.
44

5-
### [cordapp-example](./cordapp-example):
5+
### [Cordapp Example](./cordapp-example):
66
A simple exploratory sample for the official [Corda online training](https://training.corda.net).
7-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/cordapp-example)
87

9-
### [database access](./flow-database-access):
8+
### [Database Access](./flow-database-access):
109
This CorDapp provides a simple example of how the node database can be accessed within flows. In this case, the flows maintain a table of cryptocurrency values in the node's database.
11-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/flow-database-access)
1210

13-
### [http access](./flow-http-access):
11+
### [Http Access](./flow-http-access):
1412
This CorDapp provides a simple example of how HTTP requests can be made in flows. In this case, the flow makes an HTTP request to retrieve the original BitCoin readme from GitHub.
15-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/flow-http-access)
16-
17-
### [ping](./ping-pong):
18-
This CorDapp allows a node to ping any other node on the network that also has this CorDapp installed.
19-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/ping-pong)
20-
21-
### [rpc node info](./rpc-nodeinfo):
22-
Allows one to get some rudimentary information about a running Corda node via RPC
23-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/rpc-nodeinfo)
24-
25-
### [spring-webserver](./spring-webserver):
26-
This project defines a simple [Spring webserver](https://spring.io/projects/spring-boot#overview) that connects to a Corda node via [RPC](https://docs.corda.net/docs/corda-os/api-rpc.html#api-rpc-operations).
27-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/spring-webserver)
28-
29-
### [yo cordapp](./yo-cordapp):
30-
Send Yo's! to all your friends running Corda nodes!
31-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/yo-cordapp)
32-
3313

14+
### [Ping Pong](./ping-pong):
15+
This CorDapp allows a node to ping any other node on the network, demonstrating stateless communication between nodes.
3416

3517

3618

Basic/cordapp-example/.idea/compiler.xml

Lines changed: 1 addition & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Basic/cordapp-example/.idea/gradle.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Basic/cordapp-example/.idea/jarRepositories.xml

Lines changed: 8 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Basic/cordapp-example/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Basic/cordapp-example/.idea/runConfigurations/Debug_CorDapp.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

Basic/cordapp-example/.idea/runConfigurations/Run_Contract_Tests___Java.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

Basic/cordapp-example/.idea/runConfigurations/Run_Contract_Tests___Kotlin.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

Basic/cordapp-example/.idea/runConfigurations/Run_Example_Cordapp___Java.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

Basic/cordapp-example/.idea/runConfigurations/Run_Example_Cordapp___Kotlin.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)