corda/samples
Patrick Kuo c8cf46c657
CORDA-961 Wire up and enforce max transaction size (#2465)
* wire up and enforce max transaction size

* fixup after rebase
moved network parameter from AbstractNode to NodeProperties

* removed TODO

* fix broken import

* address PR issues

* remove API breaking change
address PR issue

* added max transaction size to driver and mock network.
address PR issues

* fix failing test

* added TODO

* fix verifier test

* fix spring driver build error
2018-02-09 14:48:45 +00:00
..
attachment-demo Exposed RPC SSL settings through Cordformation (#2419) 2018-01-25 14:32:58 +00:00
bank-of-corda-demo Exposed RPC SSL settings through Cordformation (#2419) 2018-01-25 14:32:58 +00:00
irs-demo CORDA-961 Wire up and enforce max transaction size (#2465) 2018-02-09 14:48:45 +00:00
network-visualiser Minor: upgrade some Spring Boot deps and tweak the Jackson version it uses to avoid a conflict with Kotlin 1.2.20 2018-02-08 13:31:47 +00:00
notary-demo Deprecate TimeWindowChecker, make TimeWindowInvalid report exact current time and transaction time window (#2280) 2018-01-26 09:32:11 +00:00
simm-valuation-demo Exposed RPC SSL settings through Cordformation (#2419) 2018-01-25 14:32:58 +00:00
trader-demo Exposed RPC SSL settings through Cordformation (#2419) 2018-01-25 14:32:58 +00:00
README.md fix typo 2017-08-29 11:16:08 +02:00

Sample applications

Please refer to README.md in the individual project folders. There are the following demos:

  • attachment-demo A simple demonstration of sending a transaction with an attachment from one node to another, and then accessing the attachment on the remote node.
  • irs-demo A demo showing two nodes agreeing to an interest rate swap and doing fixings using an oracle.
  • trader-demo A simple driver for exercising the two party trading flow. In this scenario, a buyer wants to purchase some commercial paper by swapping his cash for commercial paper. The seller learns that the buyer exists, and sends them a message to kick off the trade. The seller, having obtained his CP, then quits and the buyer goes back to waiting. The buyer will sell as much CP as he can! We recommend starting with this demo.
  • Network-visualiser A tool that uses a simulation to visualise the interaction and messages between nodes on the Corda network. Currently only works for the IRS demo.
  • simm-valuation-demo A demo showing two nodes reaching agreement on the valuation of a derivatives portfolio.
  • notary-demo A simple demonstration of a node getting multiple transactions notarised by a single or distributed (Raft or BFT SMaRt) notary.
  • bank-of-corda-demo A demo showing a node acting as an issuer of fungible assets (initially Cash)