Code has been moved to https://github.com/RijulGulati/blockpoll
This repository contains source code of BlockPoll on-chain program (smart contract).
- The program is deployed on Solana
devnet
cluster. - Program Address: GnS5xMqf5NaY7HgbwFneyLNktT8NNNKi4rA2JEmnYdzi
Requires Rust and solana-cli installed.
$ cargo build-bpf --manifest-path=./Cargo.toml --bpf-out-dir=./dist/program
$ solana program deploy dist/program/blockpoll.so
$ cargo test
BlockPoll is a blockchain-based polling application where users can create polls, cast votes on polls, view poll results and share polls.
The application is live and hosted at https://blockpoll.io. Web application source code is available on GitHub.
Authored by Rijul Gulati