Skip to content

Commit

Permalink
Cleans up Account definition. (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews authored Sep 15, 2024
1 parent e33d89b commit eb47dc8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/basics/glossary.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit eb47dc8

Please sign in to comment.