Skip to content

collinc97/aleo_roulette

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 53.9%
  • ReScript 21.0%
  • CSS 18.2%
  • HTML 2.6%
  • JavaScript 1.7%
  • Makefile 1.6%
  • Nix 1.0%