From 4deece7a1a0027ddd4b595438d85feaeeb0ca0af Mon Sep 17 00:00:00 2001 From: Brian W Bush Date: Fri, 12 Nov 2021 11:52:52 -0700 Subject: [PATCH] SCP-3059 clarified documentation for export command --- marlowe/cli-doc/ReadMe.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/marlowe/cli-doc/ReadMe.md b/marlowe/cli-doc/ReadMe.md index a2d3a21b9a..4029b341af 100644 --- a/marlowe/cli-doc/ReadMe.md +++ b/marlowe/cli-doc/ReadMe.md @@ -31,10 +31,13 @@ The `marlowe-cli` tools supports both granular and monolithic workflows for crea The [`export`](export.md) command writes a JSON file with sufficient information to run the contract on the blockchain. It contains the following information. -* Address +* Script address * Validator hash -* CBOR for its Plutus script -* Size in bytes +* Datum hash +* CBOR for Plutus script +* JSON and CBOR for datum. +* JSON and CBOR for redeemer. +* Size of the above CBOR in bytes * Execution cost The diagram below illusrates how the `export` command can be used in conjunction with [`jq`](https://stedolan.github.io/jq/manual/) and `cardano-cli`.