Mathematically verify your vote was counted
2
Replies
0
Boosts
is there a nice library (transport agnostic) that runs in a web browser where i can make a ballot, cast votes and see results ... some sort of nice api's and whatever data needs to be exchanged is essentially exported and then sokebody else can receive the data and call e.g. `api.receive(data)` to advance their local view?
that way ppl could use it to build all sorts of apps that leverage this and use their own transport protocols.
that would be a really useful building block