chore: readmes in uplc and cli
This commit is contained in:
parent
0dd5cf2cb6
commit
38e78cafeb
|
@ -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`
|
|
@ -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.
|
Loading…
Reference in New Issue