corda/samples/trader-demo
Mike Hearn cc20a10225 Improve the flow commit API.
Make FinalityFlow do more, and be used more consistently.

Add a new waitForLedgerCommit API that is intended to be used at the end of flows, or at any other point where a flow wants to wait for a transaction to finalise (but the finalisation flow is being done by someone else).

Update the docs a bit.
2017-02-06 12:29:34 +01:00
..
src Improve the flow commit API. 2017-02-06 12:29:34 +01:00
build.gradle Trader demo now works from the command line in new RPC only mode. 2017-01-17 14:17:31 +00:00
gradle.properties Reimport samples to main repo 2016-11-17 15:51:28 +01:00
README.md Bank of Corda integration with Trader Demo and Explorer 2016-12-22 15:55:50 +00:00

Trader Demo

This code demonstrates four nodes, a notary, an issuer of cash (Bank of Corda), and two parties trading with each other, exchanging cash for a commercial paper.

Please see the either the online documentation for more info on the attachment demo, or the included offline version.