This directory includes the following Leo code examples:
- Hello World -> Basic Sum of two u32
- Groups -> Basic operations over groups
- Core -> Core functions over a field type
- Bubblesort -> Sorting algorithms over a tuple
- Import point -> Import code from another file
- Message -> Initialization of a struct
- Token -> Record example
To run each program, run:
leo run main
This command will look in the input file inputs/*.in where should find a section [main] and use the variables as inputs to the program.
To execute each program call, run:
leo execute main <inputs> --endpoint <endpoint>