Aleo Voting System How to use:Alternative 1: NixTo use the project with Nix, you need to have Nix installed. Follow these steps:Enter the Nix shell:make nix-shell If it's your first time using this app, initialize the setup:make init Start the server and the dashboard:make ops make run_server make run_dashboard The make ops command starts a Redis database, which you can shut down with:make stop_ops How to perform a Demo Election:Create an election with an example whitelist:make create_te...