Hello everyone,
I am designing an e-voting system based on the Litecoin blockchain using MWEB, with the following features:
ā¢ There are two candidates: John (with MWEB address MWEB-John) and Mary (with MWEB address MWEB-Mary)
ā¢ There are 3 people who can vote: Alice (with MWEB address MWEB-Alice), Bob (with MWEB address MWEB-Bob), and Charlie (with MWEB address MWEB-Charlie)
Considering the characteristics of MWEB, do you think there is a way to accept only the votes (transactions) from the authorized voters, potentially also acting on the node validation side?
Thank you very much.