It is a currency and economy for promoting social change and civic engagement.

Turning voting and political involvement into a tradeable digital asset.

You give a vote, in return, you can use those votes to promote your own causes on the network.

Built on Hedera using HTS which reduced the complexity in deploying the project contract without requiring deploying a smart contract manually.

Uses HTS topics, subscriptions, accounts, balances, and transfers. Topics broadcast live polls using pub-sub.

/server: This app server code. Run using testnet - yarn; yarn start /server/coin.js: Generates the token on the Hedera network using the Hedera Token Service (HTS). The output of this should be a ready-to-use token id for the app to operate against. /web: client website. Run with testnet backend - yarn; yarn start

Creating the token. From the server folder run: server/coin.js Pass the account id and key on the front end. If successful, balance should be fetched Create the first topic Subscribe to it Listen to incoming polls and new votes Give a vote and receive Local.

Built With

Share this project:

Updates