aiken/crates/uplc
KtorZ 6b6bace8a5
test 'mint' purpose and script context creation.
Alongside a bunch of other stuff from the coverage list. In
  particular, the mint transaction contains:

  - reference inputs
  - multiple outputs, with assets, and type-0, type-1 and type-6
    addresses.
  - an output with a datum hash
  - an output with an inline script
  - carries an extra datum witness, preimage of the embedded hash
  - mint, with 2 policies purposely ordered wrongly, with 1 and 2
    assets purposely ordered wrong. One of the mint is actually a
    burn (i.e. negative quantity)
2024-08-13 10:56:29 +02:00
..
src test 'mint' purpose and script context creation. 2024-08-13 10:56:29 +02:00
test_data chore: update the conformance tests 2024-02-20 13:05:28 -05:00
tests fix: fmt check 2024-05-30 16:09:32 +07:00
Cargo.toml Fix ToPlutusData serializer for V3 2024-08-13 10:55:23 +02:00
README.md chore: readmes in uplc and cli 2022-06-18 23:15:05 -04:00

README.md

Untyped Plutus Core

A crate for working with untyped plutus core. It handles parsing, conversion between various forms, and flat encoding/decoding.