Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 721 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 721 Bytes

lens-protocol-poll-module (work in progress)

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.

 


 

✅ Publish & Verify

Create an .env file with the following fields:

ETHERSCAN_API_KEY=
POLYGON_MAINNET_NODE=
POLYGON_MAINNET_PRIVATE_KEY=

publish

❍ npx hardhat run --network mainnet scripts/deploy-script.js

verify

❍ npx hardhat verify --network mainnet DEPLOYED_CONTRACT_ADDRESS "Constructor argument 1"

 


 

Part of the code is taken from here.