Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 397 Bytes

architecture-thoughts.md

File metadata and controls

19 lines (11 loc) · 397 Bytes

Moloch v3 Architecture

Initial thoughts:

  • Split into two to three contracts
    • Voting + Member & Guildbank
    • Voting + Member + Guildbank
  • Factory contract that:
    • Launches all 2-3 contracts
    • Launches a Member contract that launches Guildbank and Voting
  • Use updatable interfaces for talking between the contracts

Architecture