/poll

Voting poll written using cosmwasm

Primary LanguageRustApache License 2.0Apache-2.0

Voting Poll

This is a voting Poll written using using cosmwasm. Voting Polls can be created and People can Place their vote.

Creating a new repo from template

Assuming you have a recent version of rust and cargo (v1.58.1+) installed (via rustup), then the following should get you a new repo to start a contract:

Install cargo-generate and cargo-run-script. Unless you did that before, run this line now:

cargo install cargo-generate --features vendored-openssl
cargo install cargo-run-script

Now, use it to create your new contract. Go to the folder in which you want to place it and run: