Skip to content

Commit

Permalink
SCP-3059 clarified documentation for export command
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush authored and nau committed Nov 23, 2021
1 parent 54cdc33 commit 4deece7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions marlowe/cli-doc/ReadMe.md
Expand Up @@ -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`.
Expand Down

0 comments on commit 4deece7

Please sign in to comment.