Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 830 Bytes

Design documents

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
  • DID Methods - Supported DID methods
  • Registries:
  • VDR - design of VDR library

Migration documents