#Experimenting with Corda Attachments
/Python:
- /async-rpc.py: Used to make asynchronous REST calls to
TriggerAttachmentDownload
flow from a Braid proxy server. - /generate-test-files.py: Simple post request to
GenerateMockAttachments
flow to create zip files for testing.
/CorDapps:
GenerateMockAttachments
create a set of test files on the node which executes the flow.TriggerAttachmentDownload
send a specific test file as an attachment to another node.