Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allemanfredi/lens-protocol-poll-module
Simple Lens Protocol module to create polls. At the moment the module is completely experimental in order to test the feasibility.
https://github.com/allemanfredi/lens-protocol-poll-module
Last synced: 19 days ago
JSON representation
Simple Lens Protocol module to create polls. At the moment the module is completely experimental in order to test the feasibility.
- Host: GitHub
- URL: https://github.com/allemanfredi/lens-protocol-poll-module
- Owner: allemanfredi
- Created: 2022-10-26T16:11:09.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-27T06:26:19.000Z (about 2 years ago)
- Last Synced: 2024-08-03T16:09:34.056Z (3 months ago)
- Language: Solidity
- Size: 296 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lens-protocol - Poll Module - Anonymous poll voting module. (Development / Modules)
README
# 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.
***
## :white_check_mark: 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](https://github.com/semaphore-protocol).