Skip to content

Commit

Permalink
Jerome/misc tidyups (#934)
Browse files Browse the repository at this point in the history
* Update bootstrap cmd

* Replaced old command not found with makefile target

* Minor doc to clarify what to expect

* Fix out of date Blocto centric guidance

* Revert to original node args after confusion between build and run steps

* Update bootstrap cmd

* Replaced old command not found with makefile target

* Minor doc to clarify what to expect

* Fix out of date Blocto centric guidance

* Revert to original node args after confusion between build and run steps

* Update screencap

* Nit
  • Loading branch information
franklywatson authored Oct 9, 2024
1 parent a2c295e commit 4b95723
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
Binary file modified docs/evm/metamask-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/networks/flow-networks/accessing-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {

## Account Creation

You can follow the [Flow Port account creation steps](../../networks/flow-port/index.md#blocto) to create a new mainnet account.
You can follow the [Flow Port account creation steps](../../networks/flow-port/index.md) to create a new mainnet account.

If you prefer watching a video, check out this tutorial:

Expand Down
15 changes: 4 additions & 11 deletions docs/networks/flow-port/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,19 @@ Flow Port is an account management tool for Flow. Flow Port allows you to create
Typically, your wallet provider will support most of these features. However, should your wallet provider not do so, or should you wish to use this tool for any other reason, Flow Foundation makes it available for you.

## Creating an Account
In order to access Flow Port, you must have a valid Flow address. If you do not have a Flow address, you can choose to create one via any of the available FCL wallet providers.
In order to access Flow Port, you must have a valid Flow address. If you do not have a Flow address you can create one by installing a [Flow compatible wallet](../../ecosystem/wallets).

### Blocto
#### Before You Start

1. If you already have an existing Blocto Account, [navigate to this link](https://blocto.app.link/flow-distribution) to finish setting up your account to ensure tokens can be delivered to it.

2. If you do not have an existing Blocto Account, you have 2 different ways to create one: a) Through Flow Port and b) Through Blocto's mobile application. Below are instructions of how to do this in Flow Port.
### Flow Wallet

#### Creating Account Through Flow Port: Navigate To Flow Port

1. Using Google Chrome, Navigate to [Flow Port](https://port.onflow.org/).

2. Click on 'Sign Up'

3. Click on Blocto. Please disable any ad blockers you have before logging in using Blocto

4. Follow the user interface prompts to create a new Flow Account Address.
3. Click on Flow Wallet and choose Chrome extension or Mobile

5. After you create your account, you should be logged into Flow Port. You can now see your account address in Flow Port
4. You should be logged into Flow Port! You can now see your account address in Flow Port and access Flow features for your account

### Ledger
#### Before You Start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ sha256sum ./boot-tools/bootstrap
# Generate Keys
$ mkdir ./bootstrap
# YOUR_NODE_ADDRESS: FQDN associated to your instance
$ ./boot-tools/bootstrapcmd key --address "<YOUR_NODE_ADDRESS_GOES_HERE>:3569" --role access -o ./bootstrap
$ ./boot-tools/bootstrap key --address "<YOUR_NODE_ADDRESS_GOES_HERE>:3569" --role access -o ./bootstrap
```

```shell Example
$./boot-tools/bootstrapcmd key --address "flowaccess.mycompany.com:3569" --role access -o ./bootstrap
$./boot-tools/bootstrap key --address "flowaccess.mycompany.com:3569" --role access -o ./bootstrap
<nil> DBG will generate networking key
<nil> INF generated networking key
<nil> DBG will generate staking key
Expand Down

0 comments on commit 4b95723

Please sign in to comment.