Skip to content

Commit

Permalink
docs(README): add 'ModuleKeeper' reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielstoica committed Jul 30, 2024
1 parent 536e3e7 commit d62c53b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ the same time, a Container can execute arbitrary code on an unlimited number of
MetaDock protocol with a modular architecture, providing an opportunity to create an open market of Modules where
external players can create and integrate their own use-cases into the protocol.

A module must first be enabled through the `ModuleManager` before being made publicly available to MetaDock users.
Currently, only the MetaDock team can enable or disable modules due to the high-security risks they present.
A module must first be allowlisted through the `ModuleKeeper` before being made publicly available to MetaDock users.
Currently, due to the high-security risks, only the MetaDock team can add modules to or remove them from the allowlist.

Once a module is allowlisted, it can be enabled via the `enableModule()` method available on any `Container`.

### Invoice Module

Expand Down

0 comments on commit d62c53b

Please sign in to comment.