diff --git a/docs/glossary.mdx b/docs/glossary.mdx index 4e08b3bdf..5e69a7fe6 100644 --- a/docs/glossary.mdx +++ b/docs/glossary.mdx @@ -8,7 +8,7 @@ keywords: - mina ecosystem - zkp - mina - - zero-knowledge proofs + - zero knowledge proofs --- # Glossary @@ -16,7 +16,7 @@ keywords: [A](#a) [B](#b) [C](#c) [D](#d) [E](#e) [F](#f) [G](#g) [H](#h) [I](#i) J [K](#k) [L](#l) [M](#m) [N](#n) [O](#o) [P](#p) Q [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) W X Y [Z](#z) -Are you looking for a zero knowledge or Mina term that isn't here yet? To let us know, please [create an issue](https://github.com/o1-labs/docs2/issues) or click **EDIT THIS PAGE** to submit a PR. +Are you looking for a zero knowledge, o1js, zkApp, or Mina term that isn't here yet? To let us know, please [create an issue](https://github.com/o1-labs/docs2/issues) or click **EDIT THIS PAGE** to submit a PR. ## A @@ -606,7 +606,7 @@ A command line tool that zkApp developers use to scaffold and deploy smart contr ### zkApp account -A smart contract account. Each zkApp account provides 8 fields of 32 bytes each of arbitrary storage. When a Mina address contains a verification key, it acts as a zkApp account. +A zkApp account is an account on the Mina blockchain where a zkApp smart contract is deployed. Each zkApp account provides 8 fields of 32 bytes each of arbitrary storage. When a Mina address contains a verification key, it acts as a zkApp account. ### zkApp manager account