feat: we're flat encoding plutus core

This commit is contained in:
rvcas
2022-05-23 12:45:13 -04:00
parent 344620136f
commit b345afd12f
3 changed files with 23 additions and 2 deletions

View File

@@ -11,5 +11,9 @@ fn main() -> anyhow::Result<()> {
println!("{:#?}", program);
println!("{:?}", program.flat()?);
println!("{}", program.flat_hex()?);
Ok(())
}