Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 478 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 478 Bytes

Aleo Roulette

Roulette web app with ZKP.

Up & Running

To use the project you need to have nix installed.

To enter the nix-shell, type:

nix-shell

If it's the first time using this app run:

make init

To build the project:

make build

To run the API:

make run_api

To run the Frontend:

make run_front

if you need to update the aleo to the latest code available on the main branch of its repo:

make update_aleo