An open API service indexing awesome lists of open source software.

https://github.com/genza999/votingonsolana_smartcontract

Repo to showcase my version of voting for proposals on the solana blockchain
https://github.com/genza999/votingonsolana_smartcontract

Last synced: 3 months ago
JSON representation

Repo to showcase my version of voting for proposals on the solana blockchain

Awesome Lists containing this project

README

          

# voting_on_solana
Currently learning Rust, Anchor and the dev side of Solana. \
This Repo is to showcase my sample version for voting on the solana blockchain. \
The smart contract enables selected wallets(voters) to vote on submitted proposals. \
Sample tests are included too.

## Languages and tools used
Rust - To create the smart contract \
Typescript - To write tests for the smart contract \
Anchor - Framework for creating the smart contract

## Author
Me(David)

Any contributions or suggestions are fully welcome.