Summary vote.leo is a versatile voting program that allows anyone to issue new proposals, proposers to issue tickets to voters, and voters to cast their votes anonymously. This guide is inspired by the Aleo community's aleo-vote example.Noteworthy FeaturesAnonymity: Voter identity is concealed by privately passing a voter's ballot into a function.Transparency: Proposal information and voting results are revealed using the public mapping datatype in Leo.How to RunFirst, follow the Le...