From 894e81fdfa0d155b2030bc9a7098026ba596dfed Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:35:58 +0300 Subject: [PATCH 1/4] Update README.md --- docs/02-getting-started/01-install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-getting-started/01-install/README.md b/docs/02-getting-started/01-install/README.md index e581fd01f..f4858da11 100644 --- a/docs/02-getting-started/01-install/README.md +++ b/docs/02-getting-started/01-install/README.md @@ -12,7 +12,7 @@ This article guides you on how to install starcoin. This document needs to be improved. -* Add one-line install scripts for user easy install. +* Add one-line install scripts for user easy installation. * Add binary files description. ::: From f175585180026fb8112095d49728adb5e953909d Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:36:19 +0300 Subject: [PATCH 2/4] Update 01-starcoin-usage.md --- docs/02-getting-started/02-setup/01-starcoin-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-getting-started/02-setup/01-starcoin-usage.md b/docs/02-getting-started/02-setup/01-starcoin-usage.md index 08b7663be..9c6b95ed8 100644 --- a/docs/02-getting-started/02-setup/01-starcoin-usage.md +++ b/docs/02-getting-started/02-setup/01-starcoin-usage.md @@ -19,7 +19,7 @@ Run `starcoin` to set up a node and join the main network. $ starcoin ``` -You can join to other netowrks using `-n|--net` options. For example, start a local dev network: +You can join to other networks using `-n|--net` options. For example, start a local dev network: ``` $ starcoin -n dev From fe4a7fa175b3ef521765c904d62cb249d1215595 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:36:38 +0300 Subject: [PATCH 3/4] Update 02-starcoin-console.md --- docs/02-getting-started/02-setup/02-starcoin-console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-getting-started/02-setup/02-starcoin-console.md b/docs/02-getting-started/02-setup/02-starcoin-console.md index a7c242932..4fe60b8b4 100644 --- a/docs/02-getting-started/02-setup/02-starcoin-console.md +++ b/docs/02-getting-started/02-setup/02-starcoin-console.md @@ -62,7 +62,7 @@ If you see the above output, it means you have successfully entered the interact ### Method two -After one terminal starts the node, start another termnal to attach the node to start the console. +After one terminal starts the node, start another terminal to attach the node to start the console. ```shell # Terminal 1 From 857cafa03c1c1e3d50d3b5dec4bf847e9d0bd54d Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:38:55 +0300 Subject: [PATCH 4/4] Update 01-account-manage.md --- docs/02-getting-started/03-accounts/01-account-manage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-getting-started/03-accounts/01-account-manage.md b/docs/02-getting-started/03-accounts/01-account-manage.md index 2cd9aa27a..b9dd76c91 100644 --- a/docs/02-getting-started/03-accounts/01-account-manage.md +++ b/docs/02-getting-started/03-accounts/01-account-manage.md @@ -41,7 +41,7 @@ starcoin% account show 0xf096a2a61d3042774187a462a5394537 ``` - `address` is the address of the account. -- `is_default` indicates whether the account is the default account. Many commands that require an account address parameter, if user not passed it, the command will use the default account address. If the node has enable the miner client, the default account will also be used for miner client. +- `is_default` indicates whether the account is the default account. Many commands require an account address parameter, if user not passed it, the command will use the default account address. If the node has enabled the miner client, the default account will also be used for miner client. - `is_readonly` indicates whether the account is the read-only account. The private key of the read-only account is not hosted in the node wallet. - `public_key` is the public key corresponding to the address of the account. - `receipt_identifier` is receipt identifier.