aiken/crates/uplc
KtorZ ea8003af8f Fix bool soft-casting.
While the ledger doesn't allow deserializing negative constr value,
  they are still possible at the machine level. So, we better make sure
  that we don't make assumptions regarding this.
2024-08-08 00:39:44 -04:00
..
src Fix bool soft-casting. 2024-08-08 00:39:44 -04: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 Prune pallas dependencies. 2024-08-03 14:14:49 +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.