[examples] Enhance READMEs.

This commit is contained in:
Alessandro Coglio 2022-08-03 16:11:32 -07:00 committed by Pranav Gaddamadugu
parent 4621b87712
commit 056dbc0606
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# interest.aleo
This program calculates interest over a fixed number of periods.
We note that the Leo code is much more readable and writable than the
corresponding Aleo code, which can be seen in `build/main.aleo` after building.
## Build Guide
To compile this Aleo program, run:

View File

@ -1,5 +1,10 @@
# interest2.aleo
This program calculates interest over a fixed number of periods.
We note that the Leo code is much more readable and writable than the
corresponding Aleo code, which can be seen in `build/main.aleo` after building.
## Build Guide
To compile this Aleo program, run: