corda/samples/attachment-demo
2017-01-09 15:55:02 +01:00
..
lib Reimport samples to main repo 2016-11-17 15:51:28 +01:00
src Make the attachments demo IntelliJ run configs work again. 2017-01-09 15:55:02 +01:00
build.gradle Simplify the attachments demo by getting rid of the web API and just using the RPC interface directly. The web API in this case wasn't actually adding anything that had to be server side. 2017-01-06 16:58:34 +01:00
gradle.properties Reimport samples to main repo 2016-11-17 15:51:28 +01:00
README.md Starting new pull request - previous one had conflict errors 2016-11-29 16:52:07 +00:00

Attachment Demo

This code demonstrates sending a transaction with an attachment from one to node to another, and the receiving node accessing the attachment.

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

From the root directory of the repository, run the following commands (on mac / unix, replace gradle with ./gradlew)

gradle samples:attachment-demo:deployNodes 

./samples/attachment-demo/build/nodes/runnodes

gradle samples:attachment-demo:runRecipient  # (in one window)
gradle samples:attachment-demo:runSender  # (in another window)