# Open source solutions

### Vote Coin Demo

Public Vote Coin solution with allows interaction with vote coin system. Allows encrypted voting, voting delegation and more.

Web: <https://demo.vote-coin.com/>&#x20;

Source code: <https://github.com/scholtz/vote-coin-demo>

### Vote Coin API

Open source VoteCoin API.

Web: <https://api.vote-coin.com/swagger/index.html>

Source code: <https://github.com/scholtz/VoteCoinApi>&#x20;

### Vote Coin Indexer

Open source VoteCoin indexer which feeds data to hasura GraphQL.

Source code: <https://github.com/scholtz/vote-coin-indexer>

### AWallet

Vote Coin has been implemented in first open source algorand PWA wallet.

Web: <https://www.a-wallet.net/>

Source code: <https://github.com/scholtz/wallet/tree/master/src/pages/vote>

Video: <https://www.youtube.com/watch?v=SgT4ibB67qs>

### Vote Coin Discord bot

<https://discord.gg/mPW36G6xqn>

<https://github.com/hilary3211/vote_coin-chatbot>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.vote-coin.com/solutions-and-tutorials/open-source-solutions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
