From d62c53b64781e1472a7d12f8ea6d756a4be8c49f Mon Sep 17 00:00:00 2001 From: gabrielstoica Date: Tue, 30 Jul 2024 14:08:24 +0300 Subject: [PATCH] docs(README): add 'ModuleKeeper' reference --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0d8d15..24194ef 100644 --- a/README.md +++ b/README.md @@ -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