mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-13 08:47:17 +03:00
[examples] Enhance READMEs.
This commit is contained in:
parent
4621b87712
commit
056dbc0606
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user