From eb47dc8a976ff7cef1430aead6cd8fde75fdc1b2 Mon Sep 17 00:00:00 2001 From: Johnny <9611008+johnnymatthews@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:29:35 -0300 Subject: [PATCH] Cleans up Account definition. (#223) --- content/basics/glossary.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/basics/glossary.md b/content/basics/glossary.md index 431f7bbc..6d576a9d 100644 --- a/content/basics/glossary.md +++ b/content/basics/glossary.md @@ -1,13 +1,11 @@ --- title: "Glossary" -lead: "Basic descriptions of some of the unique language found within this site." +lead: "A list of some unfamiliar words and phrases found throughout Entropy documentation." --- -Here is a list of some unfamiliar words and phrases found throughout the Entropy documentation. - ## Account -All information is associated with a specific program for a particular user or entity. An account is established with an [admin key]({{< relref "#admin-key" >}}). An admin key can assign capabilities to [device keys]({{< relref "#device-key" >}}). +A unique public and private key pair that can hold, send, and receive digital assets. The account essentially contains all the information associated with a specific program for a particular user or entity. An account is established with an [admin key]({{< relref "#admin-key" >}}) which can assign capabilities to [device keys]({{< relref "#device-key" >}}). ## Admin key