Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.

Scalable voting request for funding #45

Merged
merged 2 commits into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions grants/scalable_voting/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Scalable Voting Roadmap
Below is a breakdown of work, with ordered dependencies. As parts of the work require specific skillets, not all of the team will be working at the same time - e.g. the implementation phase is dependent on the outcome of the research phase.

## Q2-Q3 - Research Phase
- Month 1:
- Research possible paths (accumulators, bilinear sigs, threshold sigs).
- Find most feasible/efficient scheme.
- Month 2-3:
- Write report with findings (performance and scalability difference between approaches)
- Formalize final algorithm/approach into a paper
- Peer review scheme

## Q3-Q4 - Smart Contracts / Infrastructure Phase
- Month 3-4:
- Prototype/implement chosen scheme in Solidity (on-chain component)
- Write userland tools for signature generation, testing
- Month 4-5:
- Write supporting libraries, server/relay tools in Python/Go/Haskell (off-chain/infrastrucure components)
- Write test integration into Aragon app
- Document APIs and write final specification
- Month 5-6:
- Formal audit/review of complete implementation

23 changes: 23 additions & 0 deletions grants/scalable_voting/team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Team Members

### Matthew Di Ferrante - Ethereum Foundation Security, Founder of ZK Labs.
- LinkedIn: https://www.linkedin.com/in/matthewdiferrante
- Github: https://github.com/mattdf
- Twitter: https://twitter.com/matthewdif
- Commitment: full time

### Dean Eigenmann - Founder of Harbour Project, Dev/Auditor at ZK Labs.
- LinkedIn: https://www.linkedin.com/in/deaneigenmann/
- Github: https://github.com/decanus
- Commitment: part time smart contracts/infrastructure

### Jake Goh - Ethereum Foundation Researcher.
- LinkedIn: https://www.linkedin.com/in/jake-si-yuan-goh-25a56682/
- Github: https://github.com/jakegsy
- Commitment: full time smart contracts/infrastructure, part time research

### Rebekah Mercer - PhD Cryptography Student at Aarhus University.
- LinkedIn: https://www.linkedin.com/in/rebekah-mercer/
- Github: https://github.com/bekahoxoo
- Commitment: full time research phase, part time implementation