mlabs-haskell / cardano-open-oracle-protocol

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

Implemented plutus-json-cli and added it to coop-env #63

Closed bladyjoker closed 1 year ago

bladyjoker commented 1 year ago

DONE

[coop-env ~ cardano-open-oracle-protocol] $ plutus-json-cli --help
Usage: plutus-json-cli COMMAND

  COOP plutus-json

Available options:
  -h,--help                Show this help text

Available commands:
  to-json                  Translate a PlutusData file (CBOR encoded) into a
                           Json file
  from-json                Translate a Json file into a PlutusData file (CBOR
                           encoded)
ross-spencer commented 1 year ago

Partially connected to: https://github.com/mlabs-haskell/cardano-open-oracle-protocol/issues/50