| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The following steps will install Aleo and Leo on your machine. This workshop is compatible on macOS, Linux, and Windows machines.
This workshop requires the following prerequisites.
To install Aleo and Leo, run:
./install.sh
This workshop requires one of the following IDEs.
Start by installing VSCode with bit.ly/start-vscode.
Start by installing Sublime Text with bit.ly/start-sublime.
Start by installing IntelliJ IDEA with bit.ly/start-intellij.
Lastly, type Leo into the search bar, and install the official Leo plugin.
This workshop walks through the following applications:
A first-price sealed-bid auction in Leo.
To see the auction example, run:
cd auction && ./run.sh
A simple-interest yielding bank account in Leo.
To see the basic bank example, run:
cd basic_bank && ./run.sh
A two-player game of Battleship in Leo.
To see a game of Battleship between two players, run:
cd battleship && ./run.sh
A standard game of Tic-Tac-Toe in Leo.
To see a game of Tic-Tac-Toe between two players, run:
cd tictactoe && ./run.sh
A transparent & shielded custom token in Leo.
To see an example of minting and transfering tokens, run:
cd token && ./run.sh
A ballot voting example in Leo.
To see an example of a ballot, run:
cd vote && ./run.sh
| Back | FazBrowse Home | New Git URL |