![]() This also now introduce two levels of representable types (because it's needed at least for tuples): Plutus Data (a.k.a Data) and UPLC primitives / constants (a.k.a Schema). In practice, we don't want to specify blueprints that use direct UPLC primitives because there's little support for producing those in the ecosystem. So we should aim for producing only Data whenever we can. Yet we don't want to forbid it either in case people know what they're doing. Which means that we need to capture that difference well in the type modelling (in Rust and in the CIP-0057 specification). I've also simplified the error type for now, just to provide some degree of feedback while working on this. I'll refine it later with proper errors. |
||
---|---|---|
.. | ||
src | ||
templates | ||
Cargo.toml | ||
README.md |
README.md
Project
This crate encapsulates the code used to manage Aiken projects. See crates/cli for usage.