Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.28 KB

Design documents

Diagrams

Modules

  • Network Permission modules:
    • Auth - control user permissions
      • role control - manage roles assigned to accounts
      • access control - first level validation: whether to accept write transactions (execute target contract method) from a given account
    • Upgrading contracts - control versions of deployed contracts (proposing and approving new versions).
    • Validators node management - control the list of network validator nodes
  • Identity:
  • Client - design of VDR library

Migration documents

Development designs