aiken/crates/uplc
Kasey White f1b24a5f6d fix: the following issues
fix conversion from inner opaque type for when and assignment
This fixes Clause being used in cases where ListClause or TupleClause should be used
Reset defined and zero arg functions between each code gen
Fixes for optimizations when encountering shadowed variables
2023-02-05 20:35:39 -05:00
..
examples chore: clippy autofix 2023-02-01 18:53:11 -05:00
proptest-regressions/program_builder Expand builder (#20) 2022-07-01 20:50:58 -07:00
src fix: the following issues 2023-02-05 20:35:39 -05:00
test_data feat: use Rc for more things, fib_iter runs almost 3 seconds faster now 2023-02-01 18:53:11 -05:00
tests Move program builder to uplc crate 2022-06-29 14:02:57 -04:00
Cargo.toml fix: switch to rust bindings for bitcoin-secp256k1 2023-02-04 22:07:56 -05: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.