From 75071d356a853d56722607c4e90b78e825d5b33b Mon Sep 17 00:00:00 2001 From: JKtranslator <88235023+JKtranslator@users.noreply.github.com> Date: Thu, 3 Aug 2023 10:00:45 +0100 Subject: [PATCH 1/7] Create Basic functions.md --- docs/wallet/Basic functions.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/wallet/Basic functions.md diff --git a/docs/wallet/Basic functions.md b/docs/wallet/Basic functions.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/docs/wallet/Basic functions.md @@ -0,0 +1 @@ + From 914bee358e69e3d37ea03f6b8811b97a57a6971a Mon Sep 17 00:00:00 2001 From: JKtranslator <88235023+JKtranslator@users.noreply.github.com> Date: Thu, 3 Aug 2023 10:39:48 +0100 Subject: [PATCH 2/7] Update Basic functions.md --- docs/wallet/Basic functions.md | 68 ++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/docs/wallet/Basic functions.md b/docs/wallet/Basic functions.md index 8b137891..b01e211b 100644 --- a/docs/wallet/Basic functions.md +++ b/docs/wallet/Basic functions.md @@ -1 +1,69 @@ +--- +sidebar_position: 70 +title: Node Wallet +sidebar_label: Node wallet +--- +import UntranslatedPageText from "@site/src/components/UntranslatedPageText"; + +# How to generate a new address in the Extension Wallet + +* Unlock your Extension Wallet. + +![step01](https://github.com/alephium/docs/assets/88235023/efa34122-c996-4a5b-a1bc-a2c3d97b36bd) + +* Click on the Wallet Name in the top left corner. + +![step02](https://github.com/alephium/docs/assets/88235023/8c169719-ebe5-4556-a967-ffae987bc4c3) + +* Press the “+” button in the top right corner. + +![step03](https://github.com/alephium/docs/assets/88235023/a84a7019-d8b2-4045-9133-f10a115e3512) + +* Click on the “Group” dropdown menu and select a group of your choice. + +![step04](https://github.com/alephium/docs/assets/88235023/f3192c1e-9cf8-432b-9283-784c97ea3108) + +Optionally you could choose to use Schnorr signatures (more information about this feature can be found [here](https://twitter.com/alephium/status/1648310494661595137). Once you’re done, click “Create a new Alephium Account.” + +You can repeat this process for every group (0, 1, 2, 3) you want an address on. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). + + + +# How to generate a new address in the Desktop Wallet + +* Unlock your Desktop Wallet. + +![stepp01](https://github.com/alephium/docs/assets/88235023/549cf7e5-472d-40f9-82c3-95d55d87bd73) + +* Click on the “Addresses & Contacts” menu. + +![stepp02](https://github.com/alephium/docs/assets/88235023/fa500925-2282-4cbb-a4fe-8287f156fd05) + +* Press the blue “New Address” button. + +![stepp03](https://github.com/alephium/docs/assets/88235023/57595a9a-1588-43ff-a7cc-8d57b08e108f) + +Once the menu shows up, choose a name and a colour for your new address. + +Then, turn on the “Advanced options” toggle and select the group you want to use for your new address. + +Press “Generate”. You can repeat this process for every group you want an address on (0, 1, 2, 3) or use the next method for batch address creation. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). + +# How to generate a new address for all groups at once in the Desktop Wallet + +* Unlock your Desktop Wallet. + +![stepp01](https://github.com/alephium/docs/assets/88235023/549cf7e5-472d-40f9-82c3-95d55d87bd73) + +* Click on the “Addresses & Contacts” menu. + +![stepp02](https://github.com/alephium/docs/assets/88235023/fa500925-2282-4cbb-a4fe-8287f156fd05) + +* Click on the "wrench" icon (advanced operations). + +![stepp04](https://github.com/alephium/docs/assets/88235023/19999aec-b9dc-4b40-bb7b-3ee8dfab49cf) + +Once the menu shows up, click on the blue "Start" button in the "Generate one address per group" section. In the popup, choose a name for the wallets. Then click on the blue "Generate" button. + +Now you have one address in each group. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). From e9c9f583996d8e39ed676fcf05c0aa56fdedb0e1 Mon Sep 17 00:00:00 2001 From: JKtranslator <88235023+JKtranslator@users.noreply.github.com> Date: Thu, 3 Aug 2023 10:51:12 +0100 Subject: [PATCH 3/7] Update Basic functions.md --- docs/wallet/Basic functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wallet/Basic functions.md b/docs/wallet/Basic functions.md index b01e211b..a81814d9 100644 --- a/docs/wallet/Basic functions.md +++ b/docs/wallet/Basic functions.md @@ -64,6 +64,6 @@ Press “Generate”. You can repeat this process for every group you want an ad ![stepp04](https://github.com/alephium/docs/assets/88235023/19999aec-b9dc-4b40-bb7b-3ee8dfab49cf) -Once the menu shows up, click on the blue "Start" button in the "Generate one address per group" section. In the popup, choose a name for the wallets. Then click on the blue "Generate" button. +Once the menu appears, click the blue "Start" button in the "Generate one address per group" section. In the popup, choose a name for the wallets. Then click on the blue "Generate" button. Now you have one address in each group. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). From 20b649b0209a57a8db3d08170f5e89d692324ed3 Mon Sep 17 00:00:00 2001 From: JKtranslator <88235023+JKtranslator@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:02:08 +0100 Subject: [PATCH 4/7] Update Basic functions.md --- docs/wallet/Basic functions.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/wallet/Basic functions.md b/docs/wallet/Basic functions.md index a81814d9..e60d4b89 100644 --- a/docs/wallet/Basic functions.md +++ b/docs/wallet/Basic functions.md @@ -6,7 +6,9 @@ sidebar_label: Node wallet import UntranslatedPageText from "@site/src/components/UntranslatedPageText"; -# How to generate a new address in the Extension Wallet +# How to generate a new address for a specific group in the Extension Wallet + +You need to take these steps to create an address for a specific group. Sometimes this is needed to interact with dApps in the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). * Unlock your Extension Wallet. @@ -26,11 +28,13 @@ import UntranslatedPageText from "@site/src/components/UntranslatedPageText"; Optionally you could choose to use Schnorr signatures (more information about this feature can be found [here](https://twitter.com/alephium/status/1648310494661595137). Once you’re done, click “Create a new Alephium Account.” -You can repeat this process for every group (0, 1, 2, 3) you want an address on. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). +You can repeat this process for every group (0, 1, 2, 3) you want an address on. + +# How to generate a new address for a specific group in the Desktop Wallet -# How to generate a new address in the Desktop Wallet +You need to take these steps to create an address for a specific group. Sometimes this is needed to interact with dApps in the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). * Unlock your Desktop Wallet. @@ -48,7 +52,7 @@ Once the menu shows up, choose a name and a colour for your new address. Then, turn on the “Advanced options” toggle and select the group you want to use for your new address. -Press “Generate”. You can repeat this process for every group you want an address on (0, 1, 2, 3) or use the next method for batch address creation. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). +Press “Generate”. You can repeat this process for every group you want an address on (0, 1, 2, 3) or use the next method for batch address creation. # How to generate a new address for all groups at once in the Desktop Wallet From c5bfe23f4bab84070971f0178153b073ff06c247 Mon Sep 17 00:00:00 2001 From: VDAODAO <42373571+VDAODAO@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:37:05 +0200 Subject: [PATCH 5/7] Update Basic functions.md --- docs/wallet/Basic functions.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/wallet/Basic functions.md b/docs/wallet/Basic functions.md index e60d4b89..b702bc1e 100644 --- a/docs/wallet/Basic functions.md +++ b/docs/wallet/Basic functions.md @@ -6,9 +6,12 @@ sidebar_label: Node wallet import UntranslatedPageText from "@site/src/components/UntranslatedPageText"; -# How to generate a new address for a specific group in the Extension Wallet +# How to generate a new address for a specific group in the Extension Wallet (and the desktop wallet) -You need to take these steps to create an address for a specific group. Sometimes this is needed to interact with dApps in the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). +Here's a tutorial on how to create an address for a specific group. +Sometimes this is needed to interact with dApps on the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). + +First, with the extension wallet: * Unlock your Extension Wallet. @@ -26,7 +29,7 @@ You need to take these steps to create an address for a specific group. Sometime ![step04](https://github.com/alephium/docs/assets/88235023/f3192c1e-9cf8-432b-9283-784c97ea3108) -Optionally you could choose to use Schnorr signatures (more information about this feature can be found [here](https://twitter.com/alephium/status/1648310494661595137). Once you’re done, click “Create a new Alephium Account.” +Optionally you could choose to use Schnorr signatures (more information about this feature can be found [here](https://twitter.com/alephium/status/1648310494661595137)). Once you’re done, click “Create a new Alephium Account.” You can repeat this process for every group (0, 1, 2, 3) you want an address on. @@ -34,8 +37,6 @@ You can repeat this process for every group (0, 1, 2, 3) you want an address on. # How to generate a new address for a specific group in the Desktop Wallet -You need to take these steps to create an address for a specific group. Sometimes this is needed to interact with dApps in the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). - * Unlock your Desktop Wallet. ![stepp01](https://github.com/alephium/docs/assets/88235023/549cf7e5-472d-40f9-82c3-95d55d87bd73) @@ -50,7 +51,7 @@ You need to take these steps to create an address for a specific group. Sometime Once the menu shows up, choose a name and a colour for your new address. -Then, turn on the “Advanced options” toggle and select the group you want to use for your new address. +Then, turn on the “Advanced options” toggle and select the group you want to generate your new address on. Press “Generate”. You can repeat this process for every group you want an address on (0, 1, 2, 3) or use the next method for batch address creation. From 6176c6b04da47b25e6b3f67b99042eabc25cb9e4 Mon Sep 17 00:00:00 2001 From: JKtranslator <88235023+JKtranslator@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:45:44 +0100 Subject: [PATCH 6/7] Update Basic functions.md --- docs/wallet/Basic functions.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/wallet/Basic functions.md b/docs/wallet/Basic functions.md index b702bc1e..66148da0 100644 --- a/docs/wallet/Basic functions.md +++ b/docs/wallet/Basic functions.md @@ -6,12 +6,10 @@ sidebar_label: Node wallet import UntranslatedPageText from "@site/src/components/UntranslatedPageText"; -# How to generate a new address for a specific group in the Extension Wallet (and the desktop wallet) +# How to generate a new address for a specific group in the Extension Wallet Here's a tutorial on how to create an address for a specific group. -Sometimes this is needed to interact with dApps on the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). - -First, with the extension wallet: +Sometimes this is needed to interact with dApps on the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups and [sharding](https://medium.com/@alephium/an-introduction-to-blockflow-alephiums-sharding-algorithm-bbbf318c3402) in Alephium). * Unlock your Extension Wallet. @@ -37,6 +35,9 @@ You can repeat this process for every group (0, 1, 2, 3) you want an address on. # How to generate a new address for a specific group in the Desktop Wallet +Here's a tutorial on how to create an address for a specific group. +Sometimes this is needed to interact with dApps on the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups and [sharding](https://medium.com/@alephium/an-introduction-to-blockflow-alephiums-sharding-algorithm-bbbf318c3402) in Alephium). + * Unlock your Desktop Wallet. ![stepp01](https://github.com/alephium/docs/assets/88235023/549cf7e5-472d-40f9-82c3-95d55d87bd73) @@ -71,4 +72,4 @@ Press “Generate”. You can repeat this process for every group you want an ad Once the menu appears, click the blue "Start" button in the "Generate one address per group" section. In the popup, choose a name for the wallets. Then click on the blue "Generate" button. -Now you have one address in each group. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups in Alephium). +Now you have one address in each group. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups and [sharding](https://medium.com/@alephium/an-introduction-to-blockflow-alephiums-sharding-algorithm-bbbf318c3402) in Alephium). From 6b81871fb3f482db7b8133e38ad8d551ff9a4492 Mon Sep 17 00:00:00 2001 From: JKtranslator <88235023+JKtranslator@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:58:28 +0100 Subject: [PATCH 7/7] Update Basic functions.md --- docs/wallet/Basic functions.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/wallet/Basic functions.md b/docs/wallet/Basic functions.md index 66148da0..45d066ff 100644 --- a/docs/wallet/Basic functions.md +++ b/docs/wallet/Basic functions.md @@ -11,19 +11,19 @@ import UntranslatedPageText from "@site/src/components/UntranslatedPageText"; Here's a tutorial on how to create an address for a specific group. Sometimes this is needed to interact with dApps on the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups and [sharding](https://medium.com/@alephium/an-introduction-to-blockflow-alephiums-sharding-algorithm-bbbf318c3402) in Alephium). -* Unlock your Extension Wallet. +1. Unlock your Extension Wallet. ![step01](https://github.com/alephium/docs/assets/88235023/efa34122-c996-4a5b-a1bc-a2c3d97b36bd) -* Click on the Wallet Name in the top left corner. +2. Click on the Wallet Name in the top left corner. ![step02](https://github.com/alephium/docs/assets/88235023/8c169719-ebe5-4556-a967-ffae987bc4c3) -* Press the “+” button in the top right corner. +3. Press the “+” button in the top right corner. ![step03](https://github.com/alephium/docs/assets/88235023/a84a7019-d8b2-4045-9133-f10a115e3512) -* Click on the “Group” dropdown menu and select a group of your choice. +*4. Click on the “Group” dropdown menu and select a group of your choice. ![step04](https://github.com/alephium/docs/assets/88235023/f3192c1e-9cf8-432b-9283-784c97ea3108) @@ -38,15 +38,15 @@ You can repeat this process for every group (0, 1, 2, 3) you want an address on. Here's a tutorial on how to create an address for a specific group. Sometimes this is needed to interact with dApps on the Alephium Blockchain. (Click [here](https://twitter.com/alephium/status/1681307477961482241) to know more about groups and [sharding](https://medium.com/@alephium/an-introduction-to-blockflow-alephiums-sharding-algorithm-bbbf318c3402) in Alephium). -* Unlock your Desktop Wallet. +1. Unlock your Desktop Wallet. ![stepp01](https://github.com/alephium/docs/assets/88235023/549cf7e5-472d-40f9-82c3-95d55d87bd73) -* Click on the “Addresses & Contacts” menu. +2. Click on the “Addresses & Contacts” menu. ![stepp02](https://github.com/alephium/docs/assets/88235023/fa500925-2282-4cbb-a4fe-8287f156fd05) -* Press the blue “New Address” button. +3. Press the blue “New Address” button. ![stepp03](https://github.com/alephium/docs/assets/88235023/57595a9a-1588-43ff-a7cc-8d57b08e108f) @@ -58,15 +58,15 @@ Press “Generate”. You can repeat this process for every group you want an ad # How to generate a new address for all groups at once in the Desktop Wallet -* Unlock your Desktop Wallet. +1. Unlock your Desktop Wallet. ![stepp01](https://github.com/alephium/docs/assets/88235023/549cf7e5-472d-40f9-82c3-95d55d87bd73) -* Click on the “Addresses & Contacts” menu. +2. Click on the “Addresses & Contacts” menu. ![stepp02](https://github.com/alephium/docs/assets/88235023/fa500925-2282-4cbb-a4fe-8287f156fd05) -* Click on the "wrench" icon (advanced operations). +3. Click on the "wrench" icon (advanced operations). ![stepp04](https://github.com/alephium/docs/assets/88235023/19999aec-b9dc-4b40-bb7b-3ee8dfab49cf)