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
- Host: GitHub
- URL: https://github.com/genza999/votingonsolana_smartcontract
- Owner: Genza999
- Created: 2022-05-20T08:30:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T22:56:41.000Z (about 4 years ago)
- Last Synced: 2025-03-16T09:39:50.408Z (over 1 year ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.