mlabs-haskell / cardano-open-oracle-protocol

COOP - Cardano open oracle protocol
Apache License 2.0
22 stars 3 forks source link

Separate code-blocks into cmds and responses #60

Closed ross-spencer closed 1 year ago

ross-spencer commented 1 year ago

As users walktrhough the tutorial they can copy and paste the commands into their terminal.

Currently, [coop-env ~ coop-tutorial] $ prefixes a lot of commands which is helpful, but requires further editing before use. We separate the commands from the responses in this PR removing the Nix prefix. We try and leave the [coop-env ~ coop-tutorial] $ in an introductory statement at the beginning of the walkthrough.

From the commit message:

Separate code-blocks into commands  and responses

The text is cleaned up to make it easier to copy and paste and
extract important detail from. Headings are updated and the
respective table of contents.