From a3c46a00d79cf5893a5d12608dd52bcc143e8170 Mon Sep 17 00:00:00 2001 From: viktor Date: Wed, 9 Oct 2024 12:01:35 +0200 Subject: [PATCH] cleaned end of overview --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index 9bdcb6db0..cec3db03b 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -52,4 +52,4 @@ The possibility of actually using the capacities that an app developer is connec It is implemented in this way in order to be sure that when someone is evaluating if an action is allowed (through a role) from an Agent, that enabling role claim must be found earlier in the source chain of that Agent to become deterministic. ## Implementation considerations -It is very important to understand that if you want to use this module, you need to instansiate your DNA that has these roles with a progenitor....... \ No newline at end of file +It is very important to understand that if you want to use this module, the instansiators AgentPubKey needs to be inserted into the [DNA properties](https://docs.rs/holochain_types/0.5.0-dev.0/holochain_types/prelude/struct.DnaModifiers.html#structfield.properties). This means that you need to have a running conductor that has access to an AgentPubKey that can be insterted into the app. \ No newline at end of file