From 8921f66bb88d6165db2a4fc15796bf3e9fe6deb0 Mon Sep 17 00:00:00 2001 From: Anirudh2490 Date: Thu, 7 Feb 2019 11:58:52 +0100 Subject: [PATCH 1/6] Updating wallets w/ formatting changes + grammar Last PR was closed because I couldn't figure out what the issue was --- content/tutorials/wallets.md | 143 ++++++++++++++++++----------------- 1 file changed, 75 insertions(+), 68 deletions(-) diff --git a/content/tutorials/wallets.md b/content/tutorials/wallets.md index 8dd54997..289dd81c 100644 --- a/content/tutorials/wallets.md +++ b/content/tutorials/wallets.md @@ -1,8 +1,80 @@ --- -title: Wallets for Ocean Tokens -description: If you want to use the Ocean Network, you need Ocean Tokens (typical ERC-20 tokens), and to get Ocean Tokens, you need to get a wallet that can hold Ocean Tokens. +Title: Wallets for Ocean Tokens +Description: If you want to use the Ocean Network, you need Ocean Tokens (typical ERC-20 tokens), and to get Ocean Tokens, you need to get a wallet that can hold Ocean Tokens. --- +## Intro to wallets + +In this section, we will be reviewing what crypto wallets are, how they work and the different types of wallets you can find. + +**What is a crypto wallet?** +As the name suggests, a crypto wallet is a type of digital wallet that stores cryptocurrencies. It uses private and public key based encryption to allow users to send and receive cryptocurrencies. + +**Why do we need a wallet?** +Unlike traditional pocket wallets, digital wallets do not actually store the currency. For example, your bank app or website does not store the money. It just shows what is recorded on the bank’s servers. The difference for a cryptocurrency is that the record of your transactions are written onto the blockchain, so everyone who is a part of the blockchain has access to these transaction records. A crypto wallet is a software program that interacts with these various blockchains to show the final recorded amount so the wallet owners can monitor their balance, and send/receive cryptos. + +**What are the different types of wallets?** +Just as wallets come in various shapes and sizes in the real world, several types crypto-wallets are also available offering different ways of storing your cryptocurrencies. Each type has its own strengths and weaknesses. Here’s a brief overview + +| **Type of Wallet** | **Strengths** | **Weaknesses** +| --- | --- | --- | +| Desktop/mobile | These are downloaded and stored on the desktop or mobile device and can only be accessed through this one device so it's highly secure. Mobile wallets have the additional benefit of being portable | If the computer/phone is hacked or gets a virus, there's a possibility that your funds could be lost forever. Mobile wallets are also restricted by limited space so tend to be smaller. +| [Hardware](#hardware-wallets) | The private keys are stored on a physical device such as a USB stick. Hardware wallets have the ability to make transactions online, but are very secure because they are stored offline. | If you lose your hardware wallet, all your funds are lost. So this may not be the best option for careless folks! +| [Software](#software-wallets) | These are cloud-based wallets that are accessible over the internet. They are the most convenient to access, and are currently the most popular way to store cryptos. | Since online wallets are controlled by third parties, this centralization leads to a greater risk of your private keys being stolen through hacking. | | +| Paper | A physical copy or printout of your public and private keys. Highly secure, portable and easy to store. These can come in the form of printing out hexa numbers or via a QR code. | Similar weaknesses to a hardware wallet, that if you loose the keys, then you don't have any access. +| | | | | + +This article isn't a deep-dive, but is just a primer into how wallets work. For a more in-depth understanding, you can [check out this article](https://blockgeeks.com/guides/cryptocurrency-wallet-guide/). + + +## Wallet Options + +Ocean Tokens are [ERC-20 tokens](https://en.wikipedia.org/wiki/ERC-20), so any wallet that supports arbitrary ERC-20 tokens should work to hold Ocean Tokens. ERC-20 tokens are Ethereum-compatible standard tokens. + +There are many kinds of wallets (such as paper wallets, hardware wallets, software wallets, custodial wallets), and each of these has its own advantages and disadvantages. We encourage you to search around and read about wallets to understand your options. + + +## Software Wallets + +In this section, we will explore different types of software wallets. + +### MetaMask Setup + +We will explain briefly what Metamask is, and how to setup a Metamask account. + +**What is MetaMask?** +MetaMask is a browser extension that allows web applications to interact with the Ethereum blockchain. In our current setup, browsers like Chrome/Firefox display information by fetching it from a server. Our current web browsers (web 2.0 as it’s called) are not build to interface with distributed systems. This is why MetaMask is needed, as it allows modern web browsers to interact with the Ethereum blockchain. + + +**Why is Metamask required?** +The unique part about MetaMask is that it serves a dual purpose as an ERC-20 wallet and a Web 3.0 browser. For users, it works as an Ethereum wallet, allowing them to store and send any ERC-20 tokens. For developers, it allows you to design and run Ethereum DApps right in your browser without running a full Ethereum node. MetaMask talks to the Ethereum blockchain for you. + +**How to setup Metamask?** +Here are some setup Instructions for Metamask + +1. Go to the Chrome Web Store for extensions and search/install metamask. ![metamask-chrome-store](images/metamask-chrome-extension.png) +2. It will get added as a browser extension on the top right portion. Read through and accept the terms and conditions. Create a username and password in the next step. ![tandc-metamask](images/metamask-create-username-password.png) +3. MetaMask will generate a secret backup phrase for you. Write it down, store it in a safe place, and click next. ![backup](images/metamask-secret-passcode.png) +4. Confirm your secret backup phrase and finish your MetaMask wallet set up! ![setup-final-metamask](images/metamask_view-account-options.png) +5. Voila! Your account is now created! You can now store tokens in your wallet. You can copy your account address to clipboard from the options. This address is where you will be receiving all your ERC-20 tokens. + +You can find more resources for setting up [here](). + +**We don't recommend or endorse any particular wallets at this time.** Some other software wallets which _might_ work with Ocean Tokens are: + +- Gnosis Safe +- Trust Wallet +- Tokenary + +## Hardware Wallets + +Two of the most popular options are [Trezor](https://trezor.io/) and [Ledger](https://www.ledger.com/pages/ledger-live). + +Here is the tutorial for setting up both. **Please note** that hardware wallet tutorials mentioned are general purpose for all ERC-20 tokens, and not specific to Ocean. + +1. [Ledger](https://coinsutra.com/edger-nano-s-setup-guide/). +2. [Trezor](https://wiki.trezor.io/User_manual) + ## Some Terminology There's a lot of terminology around wallets, so we'll start by going over some of it. @@ -13,71 +85,6 @@ Each account has a **balance** (e.g. 1.832 Ocean Tokens), an **address** (e.g. 0 An account is identified by its address, so if you want someone to send some Ocean Tokens to a specific account, you give them the account's address. -The private key is used to spend the Ocean Tokens in the account. You must keep it secret, because anyone with that private key can spend those tokens. If you lose the secret key, and nobody else has it, then _nobody_ can spend those tokens, so don't lose it! +The private key is used to spend the Ocean Tokens in the account. You must keep it secret, because anyone with that private key can spend those tokens. If you lose the secret key, then you loose _all access_ to your funds, so be careful not to loose it! > Note: The same account might have an Ocean Token balance, an [Ether](https://www.ethereum.org/ether) balance, and other balances. - -## Wallet Options - -Ocean Tokens are [ERC-20 tokens](https://en.wikipedia.org/wiki/ERC-20), so any wallet that supports arbitrary ERC-20 tokens should work to hold Ocean Tokens. ERC-20 tokens are Ethereum-compatible standard tokens. - -There are many kinds of wallets (e.g. paper wallets, hardware wallets, software wallets, custodial wallets), each with its own advantages and disadvantages. There is a tradeoff between security and convenience. We encourage you to search around and read about wallets to understand the options. In this section, we will explain how to setup a create a MetaMask wallet account. - -## Software Wallet - -### MetaMask Setup - -We will be walking you through a tutorial on how setup Metamask. - -**What is MetaMask?** -MetaMask is a browser extension that allows web applications to interact with the Ethereum blockchain. In our current setup, browsers like Chrome/Firefox display information by fetching it from a database. Our current web browsers (web 2.0 as it’s called) are not build to interface with distributed databases. This is why MetaMask is needed, as it allows modern web browsers to interface with the Ethereum blockchain. - -**Why is Metamask required?** -The unique part about MetaMask is that it serves a dual purpose as an ERC-20 wallet and a Web 3.0 browser. For users, it works as an Ethereum wallet, allowing them to store and send any ERC-20 tokens. For developers, it allows you to design and run Ethereum DApps right in your browser without running a full Ethereum node. MetaMask talks to the Ethereum blockchain for you. - -**How to setup Metamask?** -Here are some setup Instructions for Metamask: - -1. Go to the Chrome Web Store for extensions and search/install metamask. ![metamask-chrome-store](images/metamask-chrome-extension.png) -2. It will get added as a browser extension on the top right portion. Go ahead and accept the terms and conditions. Create a username and password as well. ![tandc-metamask](images/metamask-create-username-password.png) -3. MetaMask will generate a secret backup phrase for you. Write it down, store it in a safe place, and click next. ![backup](images/metamask-secret-passcode.png) -4. Confirm your secret backup phrase and finish your MetaMask wallet set up! ![setup-final-metamask](images/metamask_view-account-options.png) -5. Voila! Your account is now created! You can now buy and sell tokens. You can copy your account address to clipboard from the options. This address is where you will be receiving all your ERC-20 tokens. - -You can find more resources for setting up [here](https://drive.google.com/open?id=1N68MsRlbxJ4h6otCaTIwN4y904unh1QO). - -**We don't recommend or endorse any particular wallets at this time.** Some other wallets which _might_ work with Ocean Tokens are: - -- Gnosis Safe -- Trust Wallet -- Tokenary - -## Hardware Wallets - -Two of the most popular options are [Trezor](https://trezor.io/) and [Ledger](https://www.ledger.com/pages/ledger-live). - -Here is the tutorial for setting up both. **Please note** that hardware wallet tutorials mentioned are general purpose for all ERC-20 tokens, and not specific to Ocean. - -1. [Ledger](https://coinsutra.com/edger-nano-s-setup-guide/). -2. [Trezor](https://wiki.trezor.io/User_manual) - -## New to this? - -**What is a crypto wallet?** -As the name suggests, a crypto wallet is a type of digital wallet that stores cryptocurrencies. It uses private and public key based encryption to allow users to send and receive cryptocurrencies. - -**Why do we need a wallet?** -Unlike traditional pocket wallets, digital wallets do not actually store the currency. For example, your bank app or website does not store the money. It just shows what is recorded on the bank’s servers. The difference for a cryptocurrency is that the record of your transactions are written onto the blockchain, so everyone who is a part of the blockchain has access to these transaction records. A crypto wallet is a software program that interfaces with these various blockchains to show the final recorded amount so the wallet owners can monitor their balance, and send/receive money. - -**What are the different types of wallets?** -Just as wallets come in various shapes and sizes in the real world, several types crypto-wallets are also available offering different ways of storing your cryptocurrencies. Each type has its own strengths and weaknesses. Here’s a brief overview - -| **Type of Wallet** | **Strengths** | **Weaknesses** | -| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| Desktop or mobile | Can be downloaded and stored on the desktop or mobile device. Can only be accessed through this one device so it's highly secure. Mobile wallets have the additional benefit of being portable | If the computer/phone is hacked or gets a virus, it's possible that your funds could be lost forever. Mobile wallets are also restricted by limited space so tend to be smaller. | -| Hardware | The private keys are stored on a physical device such as a USB stick.Hardware wallets have the ability to make transactions online, but are very secure because they are stored offline. | If you lose your hardware wallet, all your funds are lost. So this may not be the best option if you're careless. | -| Software | These are cloud-based wallets that are accessible over the internet. They are the most convenient to access, and are currently the most popular way to store cryptos. | Since online wallets are controlled by third parties, this centralization leads to a greater risk of your private keys being stolen through hacking. | | -| Paper | A physical copy or printout of your public and private keys. Highly secure, portable and easy to store. These can come in the form of printing out hexa numbers or via a QR code. | Similar weaknesses to a hardware wallet, that if you loose the keys, then you don't have any access. | -| | | | | - -This article isn't a deep-dive into how various wallets work, but is a primer into how to buy and sell cryptos. For a more in-depth understanding, you can [check out this article](https://blockgeeks.com/guides/cryptocurrency-wallet-guide/). From 35a41dba8f4c3b21a30fabfd4df87c6cf1db2964 Mon Sep 17 00:00:00 2001 From: Anirudh2490 Date: Thu, 7 Feb 2019 13:06:09 +0100 Subject: [PATCH 2/6] Update wallets.md --- content/tutorials/wallets.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/content/tutorials/wallets.md b/content/tutorials/wallets.md index 289dd81c..18e02856 100644 --- a/content/tutorials/wallets.md +++ b/content/tutorials/wallets.md @@ -1,6 +1,6 @@ --- -Title: Wallets for Ocean Tokens -Description: If you want to use the Ocean Network, you need Ocean Tokens (typical ERC-20 tokens), and to get Ocean Tokens, you need to get a wallet that can hold Ocean Tokens. +title: Wallets for Ocean Tokens +description: If you want to use the Ocean Network, you need Ocean Tokens (typical ERC-20 tokens), and to get Ocean Tokens, you need to get a wallet that can hold Ocean Tokens. --- ## Intro to wallets @@ -40,7 +40,7 @@ In this section, we will explore different types of software wallets. ### MetaMask Setup -We will explain briefly what Metamask is, and how to setup a Metamask account. +We will explain briefly what MetaMask is, and how to setup a MetaMask account. **What is MetaMask?** MetaMask is a browser extension that allows web applications to interact with the Ethereum blockchain. In our current setup, browsers like Chrome/Firefox display information by fetching it from a server. Our current web browsers (web 2.0 as it’s called) are not build to interface with distributed systems. This is why MetaMask is needed, as it allows modern web browsers to interact with the Ethereum blockchain. @@ -53,12 +53,10 @@ The unique part about MetaMask is that it serves a dual purpose as an ERC-20 wal Here are some setup Instructions for Metamask 1. Go to the Chrome Web Store for extensions and search/install metamask. ![metamask-chrome-store](images/metamask-chrome-extension.png) -2. It will get added as a browser extension on the top right portion. Read through and accept the terms and conditions. Create a username and password in the next step. ![tandc-metamask](images/metamask-create-username-password.png) -3. MetaMask will generate a secret backup phrase for you. Write it down, store it in a safe place, and click next. ![backup](images/metamask-secret-passcode.png) +2. It will get added as a browser extension on the top right portion. Read through and accept [the terms and conditions](https://tinyurl.com/y77aofoa). Create a [username and password](https://tinyurl.com/y7grkoy2) in the next step. ![tandc-metamask](images/metamask-create-username-password.png) +3. MetaMask will generate [a secret backup phrase](https://tinyurl.com/yclehlcw) for you. Write it down, store it in a safe place, and click next. ![backup](images/metamask-secret-passcode.png) 4. Confirm your secret backup phrase and finish your MetaMask wallet set up! ![setup-final-metamask](images/metamask_view-account-options.png) -5. Voila! Your account is now created! You can now store tokens in your wallet. You can copy your account address to clipboard from the options. This address is where you will be receiving all your ERC-20 tokens. - -You can find more resources for setting up [here](). +5. Voila! [Your account](https://www.youtube.com/watch?v=8vbJc1idDgE&feature=youtu.be) is now created! You can now store tokens in your wallet. You can copy [your account address](https://tinyurl.com/y7ac39db) to clipboard from the options. This address is where you will be receiving all your ERC-20 tokens. **We don't recommend or endorse any particular wallets at this time.** Some other software wallets which _might_ work with Ocean Tokens are: From 0dcffd711ab066e7189de4dc21cfe071b75d80aa Mon Sep 17 00:00:00 2001 From: Anirudh2490 Date: Thu, 7 Feb 2019 13:35:33 +0100 Subject: [PATCH 3/6] Changes to video tutorial links Linked now to just a playlist with all the steps --- content/tutorials/wallets.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/tutorials/wallets.md b/content/tutorials/wallets.md index 18e02856..3440eb7e 100644 --- a/content/tutorials/wallets.md +++ b/content/tutorials/wallets.md @@ -53,10 +53,12 @@ The unique part about MetaMask is that it serves a dual purpose as an ERC-20 wal Here are some setup Instructions for Metamask 1. Go to the Chrome Web Store for extensions and search/install metamask. ![metamask-chrome-store](images/metamask-chrome-extension.png) -2. It will get added as a browser extension on the top right portion. Read through and accept [the terms and conditions](https://tinyurl.com/y77aofoa). Create a [username and password](https://tinyurl.com/y7grkoy2) in the next step. ![tandc-metamask](images/metamask-create-username-password.png) -3. MetaMask will generate [a secret backup phrase](https://tinyurl.com/yclehlcw) for you. Write it down, store it in a safe place, and click next. ![backup](images/metamask-secret-passcode.png) +2. It will get added as a browser extension on the top right portion. Read through and accept the terms and conditions. Create a username and password in the next step. ![tandc-metamask](images/metamask-create-username-password.png) +3. MetaMask will generate a secret backup phrase for you. Write it down, store it in a safe place, and click next. ![backup](images/metamask-secret-passcode.png) 4. Confirm your secret backup phrase and finish your MetaMask wallet set up! ![setup-final-metamask](images/metamask_view-account-options.png) -5. Voila! [Your account](https://www.youtube.com/watch?v=8vbJc1idDgE&feature=youtu.be) is now created! You can now store tokens in your wallet. You can copy [your account address](https://tinyurl.com/y7ac39db) to clipboard from the options. This address is where you will be receiving all your ERC-20 tokens. +5. Voila! Your account is now created! You can now store tokens in your wallet. You can copy your account address to clipboard from the options. This address is where you will be receiving all your ERC-20 tokens. + +You can also watch our [tutorial video snippets](https://www.youtube.com/playlist?list=PL_dn0wVs9kWolBCbtHaFxsi408cumOeth) if you want more help on setting up MetaMask. **We don't recommend or endorse any particular wallets at this time.** Some other software wallets which _might_ work with Ocean Tokens are: From 629a75aec73563f1a1a1431995e3654d6ac3fb76 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 7 Feb 2019 15:11:30 +0100 Subject: [PATCH 4/6] formatting updates, table style tweak --- content/tutorials/wallets.md | 76 ++++++++++++++++++++++-------------- src/styles/global.scss | 1 + 2 files changed, 48 insertions(+), 29 deletions(-) diff --git a/content/tutorials/wallets.md b/content/tutorials/wallets.md index 3440eb7e..b7af8c64 100644 --- a/content/tutorials/wallets.md +++ b/content/tutorials/wallets.md @@ -3,64 +3,82 @@ title: Wallets for Ocean Tokens description: If you want to use the Ocean Network, you need Ocean Tokens (typical ERC-20 tokens), and to get Ocean Tokens, you need to get a wallet that can hold Ocean Tokens. --- -## Intro to wallets +## Introduction In this section, we will be reviewing what crypto wallets are, how they work and the different types of wallets you can find. -**What is a crypto wallet?** +### What is a crypto wallet? + As the name suggests, a crypto wallet is a type of digital wallet that stores cryptocurrencies. It uses private and public key based encryption to allow users to send and receive cryptocurrencies. -**Why do we need a wallet?** -Unlike traditional pocket wallets, digital wallets do not actually store the currency. For example, your bank app or website does not store the money. It just shows what is recorded on the bank’s servers. The difference for a cryptocurrency is that the record of your transactions are written onto the blockchain, so everyone who is a part of the blockchain has access to these transaction records. A crypto wallet is a software program that interacts with these various blockchains to show the final recorded amount so the wallet owners can monitor their balance, and send/receive cryptos. +### Why do we need a wallet? -**What are the different types of wallets?** -Just as wallets come in various shapes and sizes in the real world, several types crypto-wallets are also available offering different ways of storing your cryptocurrencies. Each type has its own strengths and weaknesses. Here’s a brief overview +Unlike traditional pocket wallets, digital wallets do not actually store the currency. For example, your bank app or website does not store the money. It just shows what is recorded on the bank’s servers. The difference for a cryptocurrency is that the record of your transactions are written onto the blockchain, so everyone who is a part of the blockchain has access to these transaction records. A crypto wallet is a software program that interacts with these various blockchains to show the final recorded amount so the wallet owners can monitor their balance, and send/receive cryptos. -| **Type of Wallet** | **Strengths** | **Weaknesses** +### What are the different types of wallets? + +Just as wallets come in various shapes and sizes in the real world, several types of crypto-wallets are available, offering different ways of storing your cryptocurrencies. Each type has its own strengths and weaknesses. + + +| Type of Wallet | Strengths | Weaknesses | --- | --- | --- | -| Desktop/mobile | These are downloaded and stored on the desktop or mobile device and can only be accessed through this one device so it's highly secure. Mobile wallets have the additional benefit of being portable | If the computer/phone is hacked or gets a virus, there's a possibility that your funds could be lost forever. Mobile wallets are also restricted by limited space so tend to be smaller. -| [Hardware](#hardware-wallets) | The private keys are stored on a physical device such as a USB stick. Hardware wallets have the ability to make transactions online, but are very secure because they are stored offline. | If you lose your hardware wallet, all your funds are lost. So this may not be the best option for careless folks! +| Desktop/mobile | These are downloaded and stored on the desktop or mobile device and can only be accessed through this one device so it's highly secure. Mobile wallets have the additional benefit of being portable | If the computer/phone is hacked or gets a virus, there's a possibility that your funds could be lost forever. Mobile wallets are also restricted by limited space so tend to be smaller. +| [Hardware](#hardware-wallets) | The private keys are stored on a physical device such as a USB stick. Hardware wallets have the ability to make transactions online, but are very secure because they are stored offline. | If you lose your hardware wallet and its associated seed phrase, all your funds are lost. So this may not be the best option for careless folks! | [Software](#software-wallets) | These are cloud-based wallets that are accessible over the internet. They are the most convenient to access, and are currently the most popular way to store cryptos. | Since online wallets are controlled by third parties, this centralization leads to a greater risk of your private keys being stolen through hacking. | | -| Paper | A physical copy or printout of your public and private keys. Highly secure, portable and easy to store. These can come in the form of printing out hexa numbers or via a QR code. | Similar weaknesses to a hardware wallet, that if you loose the keys, then you don't have any access. -| | | | | +| Paper | A physical copy or printout of your public and private keys. Highly secure, portable and easy to store. These can come in the form of printing out hexa numbers or via a QR code. | Similar weaknesses to a hardware wallet, that if you loose the keys, then you don't have any access. + This article isn't a deep-dive, but is just a primer into how wallets work. For a more in-depth understanding, you can [check out this article](https://blockgeeks.com/guides/cryptocurrency-wallet-guide/). - ## Wallet Options Ocean Tokens are [ERC-20 tokens](https://en.wikipedia.org/wiki/ERC-20), so any wallet that supports arbitrary ERC-20 tokens should work to hold Ocean Tokens. ERC-20 tokens are Ethereum-compatible standard tokens. -There are many kinds of wallets (such as paper wallets, hardware wallets, software wallets, custodial wallets), and each of these has its own advantages and disadvantages. We encourage you to search around and read about wallets to understand your options. - +There are many kinds of wallets (such as paper wallets, hardware wallets, software wallets, custodial wallets), and each of these has its own advantages and disadvantages. We encourage you to search around and read about wallets to understand your options. ## Software Wallets In this section, we will explore different types of software wallets. -### MetaMask Setup +### MetaMask We will explain briefly what MetaMask is, and how to setup a MetaMask account. -**What is MetaMask?** +#### What is MetaMask? + MetaMask is a browser extension that allows web applications to interact with the Ethereum blockchain. In our current setup, browsers like Chrome/Firefox display information by fetching it from a server. Our current web browsers (web 2.0 as it’s called) are not build to interface with distributed systems. This is why MetaMask is needed, as it allows modern web browsers to interact with the Ethereum blockchain. +#### Why is MetaMask required? -**Why is Metamask required?** The unique part about MetaMask is that it serves a dual purpose as an ERC-20 wallet and a Web 3.0 browser. For users, it works as an Ethereum wallet, allowing them to store and send any ERC-20 tokens. For developers, it allows you to design and run Ethereum DApps right in your browser without running a full Ethereum node. MetaMask talks to the Ethereum blockchain for you. -**How to setup Metamask?** -Here are some setup Instructions for Metamask +#### How to setup MetaMask? + +Here are some setup Instructions for MetaMask + +1. Go to the Chrome Web Store for extensions and search/install metamask. + + ![metamask-chrome-store](images/metamask-chrome-extension.png) + +2. It will get added as a browser extension on the top right portion. Read through and accept the terms and conditions. Create a username and password in the next step. + + ![tandc-metamask](images/metamask-create-username-password.png) + +3. MetaMask will generate a secret backup phrase for you. Write it down, store it in a safe place, and click next. + + ![backup](images/metamask-secret-passcode.png) + +4. Confirm your secret backup phrase and finish your MetaMask wallet set up! + + ![setup-final-metamask](images/metamask_view-account-options.png) -1. Go to the Chrome Web Store for extensions and search/install metamask. ![metamask-chrome-store](images/metamask-chrome-extension.png) -2. It will get added as a browser extension on the top right portion. Read through and accept the terms and conditions. Create a username and password in the next step. ![tandc-metamask](images/metamask-create-username-password.png) -3. MetaMask will generate a secret backup phrase for you. Write it down, store it in a safe place, and click next. ![backup](images/metamask-secret-passcode.png) -4. Confirm your secret backup phrase and finish your MetaMask wallet set up! ![setup-final-metamask](images/metamask_view-account-options.png) 5. Voila! Your account is now created! You can now store tokens in your wallet. You can copy your account address to clipboard from the options. This address is where you will be receiving all your ERC-20 tokens. You can also watch our [tutorial video snippets](https://www.youtube.com/playlist?list=PL_dn0wVs9kWolBCbtHaFxsi408cumOeth) if you want more help on setting up MetaMask. -**We don't recommend or endorse any particular wallets at this time.** Some other software wallets which _might_ work with Ocean Tokens are: +**We don't recommend or endorse any particular wallets at this time.** + +Some other software wallets which _might_ work with Ocean Tokens are: - Gnosis Safe - Trust Wallet @@ -68,14 +86,14 @@ You can also watch our [tutorial video snippets](https://www.youtube.com/playlis ## Hardware Wallets -Two of the most popular options are [Trezor](https://trezor.io/) and [Ledger](https://www.ledger.com/pages/ledger-live). +Two of the most popular options are [Trezor](https://trezor.io/) and [Ledger](https://www.ledger.com/). -Here is the tutorial for setting up both. **Please note** that hardware wallet tutorials mentioned are general purpose for all ERC-20 tokens, and not specific to Ocean. +Here is the tutorial for setting up both. **Please note** that hardware wallet tutorials mentioned are general purpose for all ERC-20 tokens, and not specific to Ocean. -1. [Ledger](https://coinsutra.com/edger-nano-s-setup-guide/). -2. [Trezor](https://wiki.trezor.io/User_manual) +1. [Trezor](https://wiki.trezor.io/User_manual) +2. [Ledger](https://coinsutra.com/edger-nano-s-setup-guide/) -## Some Terminology +## Terminology There's a lot of terminology around wallets, so we'll start by going over some of it. diff --git a/src/styles/global.scss b/src/styles/global.scss index 04b4fbb2..c6ad66a7 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -244,6 +244,7 @@ table { border-bottom: 1px solid $brand-grey-lighter; text-align: left; font-size: 90%; + vertical-align: top; &[align='center'] { text-align: center; From 89a4d457f4ba91cddd0ed550060764086aafcc85 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 7 Feb 2019 15:41:18 +0100 Subject: [PATCH 5/6] content merging --- content/tutorials/wallets.md | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/content/tutorials/wallets.md b/content/tutorials/wallets.md index b7af8c64..fe6a6aba 100644 --- a/content/tutorials/wallets.md +++ b/content/tutorials/wallets.md @@ -15,26 +15,22 @@ As the name suggests, a crypto wallet is a type of digital wallet that stores cr Unlike traditional pocket wallets, digital wallets do not actually store the currency. For example, your bank app or website does not store the money. It just shows what is recorded on the bank’s servers. The difference for a cryptocurrency is that the record of your transactions are written onto the blockchain, so everyone who is a part of the blockchain has access to these transaction records. A crypto wallet is a software program that interacts with these various blockchains to show the final recorded amount so the wallet owners can monitor their balance, and send/receive cryptos. -### What are the different types of wallets? - -Just as wallets come in various shapes and sizes in the real world, several types of crypto-wallets are available, offering different ways of storing your cryptocurrencies. Each type has its own strengths and weaknesses. - - -| Type of Wallet | Strengths | Weaknesses -| --- | --- | --- | -| Desktop/mobile | These are downloaded and stored on the desktop or mobile device and can only be accessed through this one device so it's highly secure. Mobile wallets have the additional benefit of being portable | If the computer/phone is hacked or gets a virus, there's a possibility that your funds could be lost forever. Mobile wallets are also restricted by limited space so tend to be smaller. -| [Hardware](#hardware-wallets) | The private keys are stored on a physical device such as a USB stick. Hardware wallets have the ability to make transactions online, but are very secure because they are stored offline. | If you lose your hardware wallet and its associated seed phrase, all your funds are lost. So this may not be the best option for careless folks! -| [Software](#software-wallets) | These are cloud-based wallets that are accessible over the internet. They are the most convenient to access, and are currently the most popular way to store cryptos. | Since online wallets are controlled by third parties, this centralization leads to a greater risk of your private keys being stolen through hacking. | | -| Paper | A physical copy or printout of your public and private keys. Highly secure, portable and easy to store. These can come in the form of printing out hexa numbers or via a QR code. | Similar weaknesses to a hardware wallet, that if you loose the keys, then you don't have any access. - - -This article isn't a deep-dive, but is just a primer into how wallets work. For a more in-depth understanding, you can [check out this article](https://blockgeeks.com/guides/cryptocurrency-wallet-guide/). - ## Wallet Options Ocean Tokens are [ERC-20 tokens](https://en.wikipedia.org/wiki/ERC-20), so any wallet that supports arbitrary ERC-20 tokens should work to hold Ocean Tokens. ERC-20 tokens are Ethereum-compatible standard tokens. -There are many kinds of wallets (such as paper wallets, hardware wallets, software wallets, custodial wallets), and each of these has its own advantages and disadvantages. We encourage you to search around and read about wallets to understand your options. +Just as wallets come in various shapes and sizes in the real world, several types of crypto-wallets are available, offering different ways of storing your cryptocurrencies. Each type has its own strengths and weaknesses. + + +| Type | Strengths | Weaknesses +| --- | --- | --- | +| **[Software](#software-wallets)** | These are downloaded and stored on the desktop or mobile device and can only be accessed through this one device so it's highly secure. Mobile wallets have the additional benefit of being portable | If the computer/phone is hacked or gets a virus, there's a possibility that your funds could be lost forever. Mobile wallets are also restricted by limited space so tend to be smaller. +| **[Hardware](#hardware-wallets)** | The private keys are stored on a physical device such as a USB stick. Hardware wallets have the ability to make transactions online, but are very secure because they are stored offline. | If you lose your hardware wallet and its associated seed phrase, all your funds are lost. So this may not be the best option for careless folks! +| **Online** | These are cloud-based wallets that are accessible over the internet. They are the most convenient to access, and are currently the most popular way to store cryptos. | Since online wallets are controlled by third parties, this centralization leads to a greater risk of your private keys being stolen through hacking. | | +| **Paper** | A physical copy or printout of your public and private keys. Highly secure, portable and easy to store. These can come in the form of printing out hexa numbers or via a QR code. | Similar weaknesses to a hardware wallet, that if you loose the keys, then you don't have any access. + + +We encourage you to search around and read about wallets to understand your options. This article isn't a deep-dive, but is just a primer into how wallets work. For a more in-depth understanding, you can [check out this article](https://blockgeeks.com/guides/cryptocurrency-wallet-guide/). ## Software Wallets @@ -88,10 +84,10 @@ Some other software wallets which _might_ work with Ocean Tokens are: Two of the most popular options are [Trezor](https://trezor.io/) and [Ledger](https://www.ledger.com/). -Here is the tutorial for setting up both. **Please note** that hardware wallet tutorials mentioned are general purpose for all ERC-20 tokens, and not specific to Ocean. +Here are tutorials for setting up both. Please note that these hardware wallet tutorials are general purpose for all ERC-20 tokens, and not specific to Ocean. -1. [Trezor](https://wiki.trezor.io/User_manual) -2. [Ledger](https://coinsutra.com/edger-nano-s-setup-guide/) +1. [Trezor User Manual](https://wiki.trezor.io/User_manual) +2. [Setting Up The Ledger Nano S: A Beginner’s Guide](https://coinsutra.com/edger-nano-s-setup-guide/) ## Terminology From fe62b37ad4e89e45d1cfb79680cfa02e66b112e7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 7 Feb 2019 15:51:10 +0100 Subject: [PATCH 6/6] more copy reshuffling --- content/tutorials/wallets.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/content/tutorials/wallets.md b/content/tutorials/wallets.md index fe6a6aba..97c7a076 100644 --- a/content/tutorials/wallets.md +++ b/content/tutorials/wallets.md @@ -30,6 +30,8 @@ Just as wallets come in various shapes and sizes in the real world, several type | **Paper** | A physical copy or printout of your public and private keys. Highly secure, portable and easy to store. These can come in the form of printing out hexa numbers or via a QR code. | Similar weaknesses to a hardware wallet, that if you loose the keys, then you don't have any access. +> **We don't recommend or endorse any particular wallets at this time.** + We encourage you to search around and read about wallets to understand your options. This article isn't a deep-dive, but is just a primer into how wallets work. For a more in-depth understanding, you can [check out this article](https://blockgeeks.com/guides/cryptocurrency-wallet-guide/). ## Software Wallets @@ -72,23 +74,25 @@ Here are some setup Instructions for MetaMask You can also watch our [tutorial video snippets](https://www.youtube.com/playlist?list=PL_dn0wVs9kWolBCbtHaFxsi408cumOeth) if you want more help on setting up MetaMask. -**We don't recommend or endorse any particular wallets at this time.** +### Other Software Wallets Some other software wallets which _might_ work with Ocean Tokens are: -- Gnosis Safe -- Trust Wallet -- Tokenary +- [Gnosis Safe](https://safe.gnosis.io) +- [Trust Wallet](https://trustwallet.com) +- [Tokenary](https://tokenary.io) ## Hardware Wallets Two of the most popular options are [Trezor](https://trezor.io/) and [Ledger](https://www.ledger.com/). -Here are tutorials for setting up both. Please note that these hardware wallet tutorials are general purpose for all ERC-20 tokens, and not specific to Ocean. +Here are tutorials for setting up both. 1. [Trezor User Manual](https://wiki.trezor.io/User_manual) 2. [Setting Up The Ledger Nano S: A Beginner’s Guide](https://coinsutra.com/edger-nano-s-setup-guide/) +> Please note that these hardware wallet tutorials are general purpose for all ERC-20 tokens, and not specific to Ocean Tokens. + ## Terminology There's a lot of terminology around wallets, so we'll start by going over some of it.