From c35dffe9ff2ab4ff8e4d1e48f52aa5a18470f2cb Mon Sep 17 00:00:00 2001 From: Ariady Putra <2069784+ariady-putra@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:26:21 +0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf4132f..4695254 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # aiken_piping_backpassing -[`without` validator](./validators/without.ak): +This project compares [`without`](./validators/without.ak) piping/backpassing code, vs: -- [`piping` validator](./validators/piping.ak) -- [`backpassing` validator](./validators/backpassing.ak) +- with [`piping`](./validators/piping.ak) + ![Screenshot from 2024-11-21 11-17-50](https://github.com/user-attachments/assets/4d70a866-4061-4d08-9b85-6ddbe508ecfa) + +- with [`backpassing`](./validators/backpassing.ak) + ![Screenshot from 2024-11-21 11-17-54](https://github.com/user-attachments/assets/4c7885ea-311e-424f-87c6-624cc2fa0cfa) + +Run `aiken b` and notice that all the script hashes generated are the same, proving that it's all just syntactic sugar.