Simple Lens Protocol module to create polls in which the voter can keep anonimity while voting. At the moment the module is completely experimental in order to test the feasibility.
Create an .env file with the following fields:
ETHERSCAN_API_KEY=
POLYGON_MAINNET_NODE=
POLYGON_MAINNET_PRIVATE_KEY=
❍ npx hardhat run --network mainnet scripts/deploy-script.js
❍ npx hardhat verify --network mainnet DEPLOYED_CONTRACT_ADDRESS "Constructor argument 1"
Part of the code is taken from here.