From e19ec39e31bbd73849d2df9392a5425d9e316b99 Mon Sep 17 00:00:00 2001
From: c0deNoodle <83823979+c0deNoodle@users.noreply.github.com>
Date: Mon, 30 Jan 2023 20:26:00 -0500
Subject: [PATCH 1/3] Update station.mdx
info sourced from https://docs.terra.money/learn/station/download/station-extension
I was going to add some images too, but am a noob and couldn't figure out how to add images to a directory such as @site/static/img/web-app-tutorials/basics/installing-a-wallet/station/
---
.../basics/installing-a-wallet/station.mdx | 42 ++++++++++++++++++-
1 file changed, 40 insertions(+), 2 deletions(-)
diff --git a/docs/learn/workstation/basics/installing-a-wallet/station.mdx b/docs/learn/workstation/basics/installing-a-wallet/station.mdx
index 8f192a7..23b1443 100644
--- a/docs/learn/workstation/basics/installing-a-wallet/station.mdx
+++ b/docs/learn/workstation/basics/installing-a-wallet/station.mdx
@@ -2,6 +2,44 @@
sidebar_position: 2
---
-# Station
+import Admonition from '@theme/Admonition'
-## TBD
\ No newline at end of file
+# Station Wallet
+
+### Step 1: Select the correct extension for your browser
+
+[Chrome extension](https://chrome.google.com/webstore/detail/station/aiifbnbfobpmeekipheeijimdpnlpgpp)
+[Firefox extension](https://addons.mozilla.org/firefox/addon/station-wallet/)
+
+We will be using the Chrome extension for this tutorial. Once you select your extension, you will be redirected to the Chrome Web Store where you will be able to install the Station wallet browser extension.
+
+### Step 2: Install the Station Wallet extension
+
+Click on "Add to Chrome" and install the web extension in your browser. After the extension is done installing, you should be able to select Station Wallet under your Extensions folder on the top-right side of your browser.
+
+### Step 3: Creating a new Station Wallet
+
+
+
+After you select the Station Wallet extension for the first time, you will be presented with important tips for recovering an existing wallet. If your intention is to recover an existing wallet, please carefully read and follow those tips to insure that you do so properly. For this tutorial, we will be creating a new wallet. To create a new Station Wallet, click Confirm to close the recovery tips, and then select "New wallet" from the available options.
+
+### Step 4: Write down your Seed Phrase
+
+After selecting "New wallet" you will be redirected to a Station Wallet page where you will be prompted to securely write down your mnemonic seed phrase. Write the 24-word seed phrase down in a secure and private place and in the proper order. Please double-check your spelling to ensure that you have saved it properly.
+
+
+
+Losing the seed phrase will lead to loss of the funds kept in the wallet. Do not share your seed phrase with anyone.
+
+
+Once you've written down your seed phrase, you will also need to create a name and password for your new wallet. Note your password down in a safe place as this will be required to log in to your wallet interface. If you lose your password, you can retrieve your wallet by recovering from your seed phrase and creating a new wallet name/password.
+
+Once complete, click on "Submit".
+
+### Step 5: Verify the seed phrase
+
+Verify the seed phrase by inserting the correct phrase in the right order. Once complete, click on "Complete".
+
+### Step 6: Congrats! You've created a Station Wallet
+
+Your new wallet has now been created and is ready to go!
From 693f5bc99c5a4a709cff86db772954bf1b8d1303 Mon Sep 17 00:00:00 2001
From: c0deNoodle <83823979+c0deNoodle@users.noreply.github.com>
Date: Mon, 30 Jan 2023 20:42:19 -0500
Subject: [PATCH 2/3] Populate station.mdx
sourced from https://docs.terra.money/learn/station/download/station-extension
- added images
---
.../basics/installing-a-wallet/station.mdx | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/docs/learn/workstation/basics/installing-a-wallet/station.mdx b/docs/learn/workstation/basics/installing-a-wallet/station.mdx
index 23b1443..91d75bd 100644
--- a/docs/learn/workstation/basics/installing-a-wallet/station.mdx
+++ b/docs/learn/workstation/basics/installing-a-wallet/station.mdx
@@ -4,6 +4,8 @@ sidebar_position: 2
import Admonition from '@theme/Admonition'
+import StationStep3Url from '@site/static/img/web-app-tutorials/basics/installing-a-wallet/station/station-step3.png';
+
# Station Wallet
### Step 1: Select the correct extension for your browser
@@ -25,11 +27,16 @@ After you select the Station Wallet extension for the first time, you will be pr
### Step 4: Write down your Seed Phrase
-After selecting "New wallet" you will be redirected to a Station Wallet page where you will be prompted to securely write down your mnemonic seed phrase. Write the 24-word seed phrase down in a secure and private place and in the proper order. Please double-check your spelling to ensure that you have saved it properly.
+After selecting "New wallet" you will be redirected to a Station Wallet page where you will be prompted to securely write down your mnemonic seed phrase. Write down your 24-word seed phrase exactly as it appears. Number each word to make verifying easier. Please verify the written seed phrase to ensure every word is spelled correctly and that each word is in the correct order.
+
+
-
+Anyone who gains access to your seed phrase can access the contents of the corresponding wallet. Be cognizant of the fact that there is no recourse for theft of a seed phrase. To protect your seed phrase, consider the following tips.
-Losing the seed phrase will lead to loss of the funds kept in the wallet. Do not share your seed phrase with anyone.
+* Never save or store your seed phrase as a digital file on any device.
+* Always write down your seed phrase with a pen and paper.
+* Store the paper with your seed phrase on it somewhere safe.
+* Never give your seed phrase to anyone, not even support staff.
Once you've written down your seed phrase, you will also need to create a name and password for your new wallet. Note your password down in a safe place as this will be required to log in to your wallet interface. If you lose your password, you can retrieve your wallet by recovering from your seed phrase and creating a new wallet name/password.
@@ -43,3 +50,5 @@ Verify the seed phrase by inserting the correct phrase in the right order. Once
### Step 6: Congrats! You've created a Station Wallet
Your new wallet has now been created and is ready to go!
+
+To learn how to use other Station features, visit the [Station guides](https://docs.terra.money/learn/station).
From 6435b42c11b834f735800e237fe6e646b1d41e69 Mon Sep 17 00:00:00 2001
From: c0deNoodle <83823979+c0deNoodle@users.noreply.github.com>
Date: Mon, 30 Jan 2023 20:45:11 -0500
Subject: [PATCH 3/3] Complete changes to station.mdx
finish links for images
---
.../basics/installing-a-wallet/station.mdx | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/docs/learn/workstation/basics/installing-a-wallet/station.mdx b/docs/learn/workstation/basics/installing-a-wallet/station.mdx
index 91d75bd..9b73a55 100644
--- a/docs/learn/workstation/basics/installing-a-wallet/station.mdx
+++ b/docs/learn/workstation/basics/installing-a-wallet/station.mdx
@@ -5,6 +5,9 @@ sidebar_position: 2
import Admonition from '@theme/Admonition'
import StationStep3Url from '@site/static/img/web-app-tutorials/basics/installing-a-wallet/station/station-step3.png';
+import StationStep4Url from '@site/static/img/web-app-tutorials/basics/installing-a-wallet/station/station-step4.png';
+import StationStep5Url from '@site/static/img/web-app-tutorials/basics/installing-a-wallet/station/station-step5.png';
+import StationStep6Url from '@site/static/img/web-app-tutorials/basics/installing-a-wallet/station/station-step6.png';
# Station Wallet
@@ -21,10 +24,10 @@ Click on "Add to Chrome" and install the web extension in your browser. After th
### Step 3: Creating a new Station Wallet
-
-
After you select the Station Wallet extension for the first time, you will be presented with important tips for recovering an existing wallet. If your intention is to recover an existing wallet, please carefully read and follow those tips to insure that you do so properly. For this tutorial, we will be creating a new wallet. To create a new Station Wallet, click Confirm to close the recovery tips, and then select "New wallet" from the available options.
+
+
### Step 4: Write down your Seed Phrase
After selecting "New wallet" you will be redirected to a Station Wallet page where you will be prompted to securely write down your mnemonic seed phrase. Write down your 24-word seed phrase exactly as it appears. Number each word to make verifying easier. Please verify the written seed phrase to ensure every word is spelled correctly and that each word is in the correct order.
@@ -43,12 +46,18 @@ Once you've written down your seed phrase, you will also need to create a name a
Once complete, click on "Submit".
+
+
### Step 5: Verify the seed phrase
Verify the seed phrase by inserting the correct phrase in the right order. Once complete, click on "Complete".
+
+
### Step 6: Congrats! You've created a Station Wallet
Your new wallet has now been created and is ready to go!
+
+
To learn how to use other Station features, visit the [Station guides](https://docs.terra.money/learn/station).