aiken/crates/aiken-project
KtorZ 4799af3242
Rework 'blueprint apply' command and wrap up wiring up validation.
The apply command now works only from a serialized CBOR data (instead of a UPLC syntax). So it is no longer possible to specify arbitrary cbor terms through the CLI. I believe it to be an acceptable limitation for now; especially given that Aiken will never generate blueprints with non-data terms at the interface boundary.
2023-04-08 08:57:40 +02:00
..
src Rework 'blueprint apply' command and wrap up wiring up validation. 2023-04-08 08:57:40 +02:00
templates Add missing keywords to highlightjs for doc generation. 2023-02-22 11:50:31 +01:00
Cargo.toml Show slightly better schema mismatch errors 2023-04-08 08:57:38 +02:00
README.md chore: make folder names match crate name 2022-12-21 18:11:07 -05:00

README.md

Project

This crate encapsulates the code used to manage Aiken projects. See crates/cli for usage.