leo/examples/interest
2022-08-04 10:32:04 -07:00
..
inputs [example] Simple interest calculation. 2022-08-04 10:32:04 -07:00
src [example] Simple interest calculation. 2022-08-04 10:32:04 -07:00
.gitignore [example] Simple interest calculation. 2022-08-04 10:32:04 -07:00
program.json [example] Simple interest calculation. 2022-08-04 10:32:04 -07:00
README.md [examples] Enhance READMEs. 2022-08-04 10:32:04 -07:00

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:

aleo build