aiken/crates/uplc
KtorZ 021679b8ac Force unwrap_xxx_or inside function body
Otherwise, it becomes the responsibility of the caller to force the result; which may be easily forgotten.
2024-08-08 00:39:44 -04:00
..
src Force unwrap_xxx_or inside function body 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.