-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathterminology.mdc
More file actions
44 lines (37 loc) · 3.33 KB
/
Copy pathterminology.mdc
File metadata and controls
44 lines (37 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
description: Required spelling and casing for product names, industry terms, and standards referenced across MetaMask documentation.
globs: **/*.md,**/*.mdx
alwaysApply: false
---
# Terminology
Use the terms below consistently. The left column is the required form. Do not use the variants
listed on the right unless they appear in code, URLs, or direct quotations from a specification.
| Required term | Do not use |
| -------------------------------------- | ------------------------------------------------------------------------------- |
| dapp | DApp, dApp, decentralized application, Dapp (capitalize only at sentence start) |
| MetaMask | Metamask, metamask (except in code/URLs) |
| smart account | smart contract account, SCA (unless quoting an ERC) |
| externally owned account (EOA) | externally-owned account |
| Snaps (platform) | snaps, SNAPS |
| a Snap (singular) | a snap, a SNAP |
| web3 | Web3, WEB3 (capitalize only at sentence start) |
| sign in / sign out (verb) | log in, log out, login, logout (as verbs) |
| sign-in / sign-out (noun or adjective) | log-in, log-out, login, logout (as nouns/adj) |
| onchain / offchain | on-chain, off-chain |
| Wallet Standard, Wallet Adapter | wallet-standard, wallet-adapter (except in URLs) |
| Wagmi | wagmi (except in code, package names, imports, URLs, and file paths) |
| MetaMask Agent Wallet | Agentic CLI, Agentic Wallet (except in code/URLs where `agentic` appears) |
| Agent Wallet (short form) | agent wallet (lowercase product name) |
| Guard Mode | guard mode (capitalize Mode) |
| Beast Mode | beast mode (capitalize Mode) |
| server-wallet | server wallet, Server Wallet (except as product phrase "server-wallet mode") |
| Bring your own wallet | BYOK, bring your own key, byok (except CLI flag `--wallet byok`) |
| `mm` (CLI binary) | MM, Mm (except at sentence start) |
## Standards and specifications
When introducing a standard for the first time on a page, spell out the full name with the
identifier in parentheses. Use the short form on subsequent references.
Examples:
- First use: "Chain Agnostic Improvement Proposal 25 (CAIP-25)"
- Subsequent: "CAIP-25"
- First use: "ERC-4337 (Account Abstraction Using Alt Mempool)"
- Subsequent: "ERC-4337"