aiken/crates/uplc
KtorZ 4645257e62
Prune pallas dependencies.
Using 'pallas' as a dependency brings utxo-rpc other annoying dependencies such as _tokyo_. This not only makes the overall build longer, but it also prevents it to even work when targetting wasm.
2024-08-03 14:14:49 +02:00
..
src Fix zero-arg builtins invokations. 2024-08-02 00:17:16 -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.