Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
We no longer use CBOR for serialization
  • Loading branch information
aquynh committed Jul 29, 2021
1 parent 3fd9c8d commit 9c433da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-core/README.md
Expand Up @@ -8,7 +8,7 @@ The Haskell package `plutus-core` implements a range of functionality for manipu

* Parser and pretty-printer for textual Plutus Core representation as per the Plutus Core specification

* Binary serialisation and deserialisation using the `cborg` package (coordinate with Duncan)
* Binary serialisation and deserialisation using the `flat` package

* Plutus Core abstract syntax

Expand Down Expand Up @@ -90,4 +90,4 @@ There is an executable that runs programs on the CK machine: you can feed a prog

#### The CEK machine

Similarly for untyped plutus core, the CEK machine can be used to evaluate untyped plutus core programs. Run `cabal run uplc evaluate -- -h` for a full list of options.
Similarly for untyped plutus core, the CEK machine can be used to evaluate untyped plutus core programs. Run `cabal run uplc evaluate -- -h` for a full list of options.

0 comments on commit 9c433da

Please sign in to comment.