Simple Choice Coin Voting Application

Respoitory for building a simple voting application using Choice Coin ASA on Algorand.

Installation

initialize the npm package

$ npm init -y

Install the required dependencies

$ npm install algosdk prompt-sync

Usage

Run the main.js script.

$ node main.js

Tutorial

$ https://developer.algorand.org/solutions/build-a-decentralized-voting-application-with-choice-and-algorand-javascript-sdk-4/

License

MIT