Building a suggestions box using Enigma

If I wanted suggestions from a few trusted people, but wanted to keep the suggestions anonymous, could I build something like that using Enigma?

2 Likes

@Cardiff that should be possible to do. There are a couple of ways you can do this depending on the size of the suggestions.

We can have a secret contract that users can anonymously submit suggestions. Each time there’s a new TX the state of the secret contract would update and there would be a web app that can show the state of the contract (output would be viewed with a web app). In this model, no one would know which address is responsible for which suggestion as only a hash of the suggestion would be stored on Ethereum

You could also create a multi-option poll, similar to secret voting. This would only work for situations where you had predetermined options. But you could accommodate something like a Likert scale.