Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 15, 2020. It is now read-only.
/samplesPublic archive

Commit97065e3

Browse files
authored
Update README.md
1 parent04b4521 commit97065e3

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

‎README.md‎

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
##Introduction
1111
The samples repository has now evolved into[samples-java](https://github.com/corda/samples-java) and[samples-kotlin](https://github.com/corda/samples-kotlin). Each repository consists of a copy of the existing CorDapp samples in the respective programming language. We have also reorganized our samples into different categories:
1212

13+
* Accounts: These samples showcases how to utilize Corda Accounts Libray to build CorDapps which aim to have massive user volume. ([Java Version](https://github.com/corda/samples-java/tree/master/Accounts),[Kotlin Version](https://github.com/corda/samples-kotlin/tree/master/Accounts))
1314
* Advanced: In these samples, we demonstrate more complex and sophisticated features of Corda. ([Java Version](https://github.com/corda/samples-java/tree/master/Advanced),[Kotlin Version](https://github.com/corda/samples-kotlin/tree/master/Advanced))
1415

1516
* Basic: They demonstrate fundamental and useful techniques for CorDapp development. ([Java Version](https://github.com/corda/samples-java/tree/master/Basic),[Kotlin Version](https://github.com/corda/samples-kotlin/tree/master/Basic))
@@ -18,30 +19,38 @@ The samples repository has now evolved into [samples-java](https://github.com/co
1819

1920
* Tokens: These include TokenSDK related samples. Learn more at[TokenSDK](https://github.com/corda/token-sdk). ([Java Version](https://github.com/corda/samples-java/tree/master/Tokens),[Kotlin Version](https://github.com/corda/samples-kotlin/tree/master/Tokens))
2021

21-
##Directories
22+
##Directories
2223
```
24+
Accounts
25+
├── supplychain
26+
├── tictacthor
27+
└── worldcupticketbooking
28+
2329
Advanced
2430
├── auction-cordapp
2531
├── negotiation-cordapp
2632
└── obligation-cordapp
2733
2834
Basic
35+
├── cordapp-example
2936
├── flow-database-access
3037
├── flow-http-access
3138
├── flow-send-msg
39+
├── ping-pong
3240
├── rpc-nodeinfo
41+
├── spring-webserver
3342
└── yo-cordapp
3443
3544
Features
36-
├──Attachment-blacklist
37-
├──Attachment-sendfile
38-
├──ConfidentialIdentity-whistleblower
39-
├──CordaService-autopayroll
40-
├──ObservableStates-tradereporting
41-
├──Oracle-primenumber
42-
├──QueryableState-carinsurance
43-
├──ReferenceStates-sanctionsBody
44-
└──SchedulableState-heartbeat
45+
├──attachment-blacklist
46+
├──attachment-sendfile
47+
├──confidentialIdentity-whistleblower
48+
├──cordaService-autopayroll
49+
├──observableStates-tradereporting
50+
├──oracle-primenumber
51+
├──queryableState-carinsurance
52+
├──referenceStates-sanctionsBody
53+
└──schedulableState-heartbeat
4554
4655
Tokens
4756
├── bikemarket

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp