Skip to content

Commit

Permalink
Update wallet to coinbase wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
0xblobs committed Jan 15, 2024
1 parent c57e505 commit afdb4b9
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 11 deletions.
13 changes: 4 additions & 9 deletions docs/resources/network-configuration/add-ethda-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ hide_table_of_contents: false

import useBaseUrl from '@docusaurus/useBaseUrl';

1. Click *Ethereum Mainnet* in the top left corner.
<img src={useBaseUrl('/img/resources/network-configuration/add-ethda-network/metamask-1.jpg')} style={{width: 360}} />
1. Go to `Settings` -> `Networks`, Click *Add or import a custom network* in the top right corner.
<img src={useBaseUrl('/img/resources/network-configuration/add-ethda-network/coinbase-wallet-1.png')} style={{width: 360}} />

2. Click *Add network*.
<img src={useBaseUrl('/img/resources/network-configuration/add-ethda-network/metamask-2.jpg')} style={{width: 360}} />

3. Click *Add a network manually* at the bottom of the page.

4. Enter the informations below.
<img src={useBaseUrl('/img/resources/network-configuration/add-ethda-network/metamask-3.jpg')} style={{width: 360}} />
2. Enter the informations below.
<img src={useBaseUrl('/img/resources/network-configuration/add-ethda-network/coinbase-wallet-2.png')} style={{width: 360}} />
25 changes: 25 additions & 0 deletions docs/resources/network-configuration/install-coinbase-wallet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
id: install-coinbase-wallet
title: ''
hide_table_of_contents: false
---

import useBaseUrl from '@docusaurus/useBaseUrl';

1. Go to https://www.coinbase.com/wallet/downloads.

2. Download and install the Coinbase wallet compatible with your browser (Chrome browser is recommended).

3. After it's finished downloading, click *Create new wallet*.
<img src={useBaseUrl('/img/resources/network-configuration/install-coinbase-wallet/coinbase-wallet-1.png')} style={{width: 360}} />

4. Copy the 12 words recovery phrase, and store it in a secure place.
<img src={useBaseUrl('/img/resources/network-configuration/install-coinbase-wallet/coinbase-wallet-2.png')} style={{width: 360}} />

5. Create a wallet password
<img src={useBaseUrl('/img/resources/network-configuration/install-coinbase-wallet/coinbase-wallet-3.png')} style={{width: 360}} />

6. (Optional) Claim a free username
<img src={useBaseUrl('/img/resources/network-configuration/install-coinbase-wallet/coinbase-wallet-4.png')} style={{width: 360}} />

7. Congratulations, your wallet has successfully been created!
9 changes: 7 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@ const sidebars = {
label: 'Network Configuration',
collapsed: false,
items: [
// {
// type: 'doc',
// id: 'resources/network-configuration/install-metamask',
// label: 'Install MetaMask'
// },
{
type: 'doc',
id: 'resources/network-configuration/install-metamask',
label: 'Install MetaMask'
id: 'resources/network-configuration/install-coinbase-wallet',
label: 'Install Coinbase Wallet'
},
{
type: 'doc',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afdb4b9

Please sign in to comment.