Skip to content

Commit 18ebd70

Browse files
committed
'Try in web ide' graphic links added to each project. Will load ide.corda.net with project opened.
1 parent 6bacc54 commit 18ebd70

File tree

32 files changed

+87
-54
lines changed

32 files changed

+87
-54
lines changed

Accounts/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ This folder features Corda Accounts sample projects. Learn more about [Accounts]
44

55
### [Supply Chain](./supplychain):
66

7-
This CorDapp mimics a supply chain transaction, where the deal is incorporated among different teams in the companies on both side of the trade.
7+
This CorDapp mimics a supply chain transaction, where the deal is incorporated among different teams in the companies on both side of the trade.
8+
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Accounts/supplychain)
89

910
### [Tic Tac Thor](./tictacthor):
1011

11-
This CorDapp recreates the game of Tic Tac Toe via Corda. It primarily demonstrates how you can have [LinearState](https://docs.corda.net/docs/corda-os/api-states.html#linearstate) transactions between cross-node accounts.
12+
This CorDapp recreates the game of Tic Tac Toe via Corda. It primarily demonstrates how you can have [LinearState](https://docs.corda.net/docs/corda-os/api-states.html#linearstate) transactions between cross-node accounts.
13+
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Accounts/tictacthor)
1214

1315
### [Worldcup Ticket Booking](./worldcupticketbooking):
14-
This CorDapp demonstrates an ticket booking system with a collaboration of Corda [Accounts](https://training.corda.net/libraries/accounts-lib/) and [Tokens](https://training.corda.net/libraries/tokens-sdk/).
16+
This CorDapp demonstrates an ticket booking system with a collaboration of Corda [Accounts](https://training.corda.net/libraries/accounts-lib/) and [Tokens](https://training.corda.net/libraries/tokens-sdk/).
17+
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Accounts/worldcupticketbooking)
1518

Accounts/supplychain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Accounts_SupplyChain
1+
# Accounts_SupplyChain [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Accounts/supplychain)
22

33
For More information regarding the Accounts Library, please read at: https://github.com/corda/accounts/blob/master/docs.md
44

Accounts/tictacthor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tic Tac Thor
1+
# Tic Tac Thor [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Accounts/tictacthor)
22
This CorDapp recreates the game of Tic Tac Toe via Corda. It primarilly demonstrates how you can have [LinearState](https://docs.corda.net/docs/corda-os/api-states.html#linearstate) transactions between cross-node accounts.
33

44
<p align="center">

Accounts/worldcupticketbooking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# T20 Cricket World Cup Ticket Booking Cordapp
1+
# T20 Cricket World Cup Ticket Booking Cordapp [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Accounts/worldcupticketbooking)
22

33

44
## Introduction

Advanced/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ This folder features Advanced sample projects, each of them demonstrates a compl
44

55
### [auction cordapp](./auction-cordapp):
66
An blockchain application that leverages different features of Corda like [SchedulableState](https://docs.corda.net/docs/corda-os/event-scheduling.html#how-to-implement-scheduled-events), [StatePointer](https://docs.corda.net/docs/corda-os/api-states.html#state-pointers)
7-
and [OwnableState](https://docs.corda.net/docs/corda-os/api-states.html#ownablestate). It also demonstrates how to perform a DvP (Delivery vs Payment) transaction on Corda.
7+
and [OwnableState](https://docs.corda.net/docs/corda-os/api-states.html#ownablestate). It also demonstrates how to perform a DvP (Delivery vs Payment) transaction on Corda.
8+
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Advanced/auction-cordapp)
89

910
### [negotiation cordapp](./negotiation-cordapp):
1011
An application that depicts the businsess negotiation and communication process over a distributed ledger system.
11-
It consists of the proposing, negotiating, and settling a corda transaction.
12+
It consists of the proposing, negotiating, and settling a corda transaction.
13+
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Advanced/negotiation-cordapp)
1214

1315
### [obligation cordapp](./obligation-cordapp):
14-
A simple i-owe-you application illustrates all of the steps of creating an obligation for a resource to change owners.
15-
16+
A simple i-owe-you application illustrates all of the steps of creating an obligation for a resource to change owners.
17+
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Advanced/obligation-cordapp)
1618

1719

Advanced/auction-cordapp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# auction cordapp
1+
# auction cordapp [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Advanced/auction-cordapp)
22

33
This CorDapp serves as a demo of building an auction application on Corda. It leverages
44
different features of Corda like [SchedulableState](https://docs.corda.net/docs/corda-os/event-scheduling.html#how-to-implement-scheduled-events), [StatePointer](https://docs.corda.net/docs/corda-os/api-states.html#state-pointers) and [OwnableState](https://docs.corda.net/docs/corda-os/api-states.html#ownablestate). It also demonstrate

Advanced/negotiation-cordapp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# negotiation cordapp
1+
# negotiation cordapp [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Advanced/negotiation-cordapp)
22

33
This CorDapp shows how multi-party negotiation is handled on the Corda ledger, in the absence of an API for user
44
interaction.

Advanced/obligation-cordapp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# obligation-cordap
1+
# obligation-cordap [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Advanced/obligation-cordapp)
22

33
This Cordapp is the complete implementation of our signature IOU (I-owe-you) demonstration.
44

Basic/README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,33 @@
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):
6+
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)
8+
59
### [database access](./flow-database-access):
6-
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.
10+
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)
712

813
### [http access](./flow-http-access):
9-
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.
14+
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)
1016

11-
### [ping](./flow-send-msg):
12-
This CorDapp allows a node to ping any other node on the network that also has this CorDapp installed.
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)
1320

1421
### [rpc node info](./rpc-nodeinfo):
15-
Allows one to get some rudimentary information about a running Corda node via RPC
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)
1628

1729
### [yo cordapp](./yo-cordapp):
18-
Send Yo's! to all your friends running Corda nodes!
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)
1932

2033

2134

Basic/cordapp-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://www.corda.net/wp-content/uploads/2016/11/fg005_corda_b.png" alt="Corda" width="500">
33
</p>
44

5-
# Example CorDapp
5+
# Example CorDapp [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Basic/cordapp-example)
66

77
Welcome to the example CorDapp. This CorDapp is fully documented [here](http://docs.corda.net/tutorial-cordapp.html).
88

0 commit comments

Comments
 (0)