aiken/crates/uplc
KtorZ 2cb87f4f8f
Add PlutusV3 conformance tests and also control budgets
There were some odd discrepancy for `integerToByteString` on the mem
  side. Either 1 or about 1000 mem units off; which I couldn't quite
  figure out. Yet, it proves useful to validate builtin at large and
  ensure we have a valid cost model for v3.
2024-08-14 02:42:04 +02:00
..
src Add PlutusV3 conformance tests and also control budgets 2024-08-14 02:42:04 +02:00
test_data Add PlutusV3 conformance tests and also control budgets 2024-08-14 02:42:04 +02:00
tests Add PlutusV3 conformance tests and also control budgets 2024-08-14 02:42:04 +02: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.