From 35f45df2fff10a08432aa1ed762ab838449d66ce Mon Sep 17 00:00:00 2001 From: Ryan Marvin Date: Mon, 6 Oct 2025 15:13:47 +0300 Subject: [PATCH 1/4] Update account-id docs to specify unique string as option --- docs/protocol/account-id.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/protocol/account-id.md b/docs/protocol/account-id.md index e9827343754..5689e941fc5 100644 --- a/docs/protocol/account-id.md +++ b/docs/protocol/account-id.md @@ -7,7 +7,7 @@ description: "Learn about NEAR account addresses - implicit addresses (64 charac import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -NEAR accounts are identified by a unique address, which can be either an implicit address (64 characters long) or a named address (e.g. `account.near`, `sub.account.near`). +NEAR accounts are identified by a unique address, which can be either an implicit address (64 characters long), a named address (e.g. `account.near`, `sub.account.near`, `account.sweat`, `account.gov`) or an arbitrary length (max 64 characters) unique string (`some-unique-string`, `0x85f17cf997934a597031b2e18a9ab6ebd4b9f6a4`). --- @@ -16,6 +16,7 @@ NEAR accounts are identified by a unique address, which can be either an implici NEAR accounts are identified by a unique address, which takes one of two forms: 1. [**Implicit address**](#implicit-address), which are 64 characters long (e.g. `fb9243ce...`) 2. [**Named address**](#named-address), which act as domains (e.g. `alice.near`) +3. Unique string (e.g. `00000.0000000000000000000000000000000000000000000000000000000000`) :::tip Searching to create an account? You have multiple ways to create an account, you can [sign-up using your email](https://dev.near.org/signup), get a mobile wallet through [telegram](https://web.telegram.org/k/#@herewalletbot), or create a [web wallet](https://wallet.meteorwallet.app/wallet). From 1074c60b164da4b908795f680641ca95ed722568 Mon Sep 17 00:00:00 2001 From: Ryan Marvin Date: Mon, 6 Oct 2025 15:16:44 +0300 Subject: [PATCH 2/4] Update unique string description in account-id.md --- docs/protocol/account-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protocol/account-id.md b/docs/protocol/account-id.md index 5689e941fc5..1c54d6bca9d 100644 --- a/docs/protocol/account-id.md +++ b/docs/protocol/account-id.md @@ -16,7 +16,7 @@ NEAR accounts are identified by a unique address, which can be either an implici NEAR accounts are identified by a unique address, which takes one of two forms: 1. [**Implicit address**](#implicit-address), which are 64 characters long (e.g. `fb9243ce...`) 2. [**Named address**](#named-address), which act as domains (e.g. `alice.near`) -3. Unique string (e.g. `00000.0000000000000000000000000000000000000000000000000000000000`) +3. [**Unique string**](#arbitrary-string) (e.g. `00000.0000000000000000000000000000000000000000000000000000000000`) :::tip Searching to create an account? You have multiple ways to create an account, you can [sign-up using your email](https://dev.near.org/signup), get a mobile wallet through [telegram](https://web.telegram.org/k/#@herewalletbot), or create a [web wallet](https://wallet.meteorwallet.app/wallet). From dc561221b525c2f3abecaeca859522ae77b6a1ba Mon Sep 17 00:00:00 2001 From: Ryan Marvin Date: Mon, 6 Oct 2025 17:22:56 +0300 Subject: [PATCH 3/4] Update docs/protocol/account-id.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Damián Parrino --- docs/protocol/account-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protocol/account-id.md b/docs/protocol/account-id.md index 1c54d6bca9d..5c6b4eb747c 100644 --- a/docs/protocol/account-id.md +++ b/docs/protocol/account-id.md @@ -16,7 +16,7 @@ NEAR accounts are identified by a unique address, which can be either an implici NEAR accounts are identified by a unique address, which takes one of two forms: 1. [**Implicit address**](#implicit-address), which are 64 characters long (e.g. `fb9243ce...`) 2. [**Named address**](#named-address), which act as domains (e.g. `alice.near`) -3. [**Unique string**](#arbitrary-string) (e.g. `00000.0000000000000000000000000000000000000000000000000000000000`) +3. [**Unique string**](#arbitrary-string) (e.g. `a-random-string-on-the-blockchain`) :::tip Searching to create an account? You have multiple ways to create an account, you can [sign-up using your email](https://dev.near.org/signup), get a mobile wallet through [telegram](https://web.telegram.org/k/#@herewalletbot), or create a [web wallet](https://wallet.meteorwallet.app/wallet). From 9c681d53a3be287fa9894957c862a9c875fcb7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Mon, 6 Oct 2025 11:30:47 -0300 Subject: [PATCH 4/4] Update docs/protocol/account-id.md --- docs/protocol/account-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/protocol/account-id.md b/docs/protocol/account-id.md index 5c6b4eb747c..42e2f1ea182 100644 --- a/docs/protocol/account-id.md +++ b/docs/protocol/account-id.md @@ -16,7 +16,7 @@ NEAR accounts are identified by a unique address, which can be either an implici NEAR accounts are identified by a unique address, which takes one of two forms: 1. [**Implicit address**](#implicit-address), which are 64 characters long (e.g. `fb9243ce...`) 2. [**Named address**](#named-address), which act as domains (e.g. `alice.near`) -3. [**Unique string**](#arbitrary-string) (e.g. `a-random-string-on-the-blockchain`) +3. **Unique string** (e.g. `a-random-string-on-the-blockchain`) :::tip Searching to create an account? You have multiple ways to create an account, you can [sign-up using your email](https://dev.near.org/signup), get a mobile wallet through [telegram](https://web.telegram.org/k/#@herewalletbot), or create a [web wallet](https://wallet.meteorwallet.app/wallet).