From 38e78cafeb2576ace480929f886320424ca2bbb4 Mon Sep 17 00:00:00 2001 From: rvcas Date: Sat, 18 Jun 2022 23:15:05 -0400 Subject: [PATCH] chore: readmes in uplc and cli --- crates/cli/README.md | 8 ++++++++ crates/uplc/README.md | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/crates/cli/README.md b/crates/cli/README.md index e69de29b..23c70fa7 100644 --- a/crates/cli/README.md +++ b/crates/cli/README.md @@ -0,0 +1,8 @@ +# CLI + +This is the crate that contains the aiken command line application +which bundles together all the other crates in this project. + +## Install + +`cargo install aiken` diff --git a/crates/uplc/README.md b/crates/uplc/README.md index e69de29b..bb8b38a0 100644 --- a/crates/uplc/README.md +++ b/crates/uplc/README.md @@ -0,0 +1,4 @@ +# Untyped Plutus Core + +A crate for working with untyped plutus core. It handles +parsing, conversion between various forms, and flat encoding/decoding.