mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
d65d63e4f6
This is an intermediary step to introducing X500Names in all Party instances, which adds: * Party constructor which accepts X500Name and then converts it to string. * startNode() function which takes in X500Name instead of String * Numerous legal name fixes to use full distinguished names
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.