LionGovIO/LionGov

Ability to audit and make the system uncorruptable

Closed this issue · 1 comments

imsys commented

All votes are being saved on a centralized database.
Theoretically the database manager could edit or delete votes.
To prevent this, we should log the votes in a decentralized database like IPFS.
I think it could be done with ipfs-log, or any similar tool.
Those votes should be saved with the signatures to have authenticity validation.

imsys commented

Done!