Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ariady-putra authored Nov 21, 2024
1 parent ae2e33e commit c35dffe
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c35dffe

Please sign in to comment.