mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
[examples] Enhance READMEs.
This commit is contained in:
parent
4621b87712
commit
056dbc0606
@ -1,5 +1,10 @@
|
|||||||
# interest.aleo
|
# 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
|
## Build Guide
|
||||||
|
|
||||||
To compile this Aleo program, run:
|
To compile this Aleo program, run:
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# interest2.aleo
|
# 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
|
## Build Guide
|
||||||
|
|
||||||
To compile this Aleo program, run:
|
To compile this Aleo program, run:
|
||||||
|
Loading…
Reference in New Issue
Block a user