Skip to content

rotcan/SolanaVotingApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Voting Application created on Solana Blockchain

It uses Program Derived Address to store voting data.

Any user can connect to this application and create a voting proposal (title max len is 100 characters) with options (max 4 with max len of 50 characters each)

It uses a u8 field to keep track of number of proposals created so at max 255 will be created.

Voter can vote on a proposal only once. For each proposal a new PDA is created for the voter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published