chore: readmes in uplc and cli

This commit is contained in:
rvcas 2022-06-18 23:15:05 -04:00
parent 0dd5cf2cb6
commit 38e78cafeb
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
2 changed files with 12 additions and 0 deletions

View File

@ -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`

View File

@ -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.