Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

BlockPoll/program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


BlockPoll Solana on-chain program

This repository contains source code of BlockPoll on-chain program (smart contract).


Build and deploy

Requires Rust and solana-cli installed.

Compile code

$ cargo build-bpf --manifest-path=./Cargo.toml --bpf-out-dir=./dist/program

Deploy

$ solana program deploy dist/program/blockpoll.so

Run tests

$ cargo test

About BlockPoll

BlockPoll is a blockchain-based polling application where users can create polls, cast votes on polls, view poll results and share polls.

Web Application

The application is live and hosted at https://blockpoll.io. Web application source code is available on GitHub.

Author

Authored by Rijul Gulati

License

MIT

About

BlockPoll Solana on-chain program (smart contract)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages