diff --git a/docs/evm/metamask-network.png b/docs/evm/metamask-network.png index d324789e29..a49047d9cf 100644 Binary files a/docs/evm/metamask-network.png and b/docs/evm/metamask-network.png differ diff --git a/docs/networks/flow-networks/accessing-mainnet.md b/docs/networks/flow-networks/accessing-mainnet.md index d52ba292ac..61062db61f 100644 --- a/docs/networks/flow-networks/accessing-mainnet.md +++ b/docs/networks/flow-networks/accessing-mainnet.md @@ -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: diff --git a/docs/networks/flow-port/index.md b/docs/networks/flow-port/index.md index 6446009de1..04947aa657 100644 --- a/docs/networks/flow-port/index.md +++ b/docs/networks/flow-port/index.md @@ -8,14 +8,9 @@ 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 @@ -23,11 +18,9 @@ In order to access Flow Port, you must have a valid Flow address. If you do not 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 diff --git a/docs/networks/node-ops/access-onchain-data/access-nodes/access-node-setup.mdx b/docs/networks/node-ops/access-onchain-data/access-nodes/access-node-setup.mdx index 1a597dd86c..3c2565604f 100644 --- a/docs/networks/node-ops/access-onchain-data/access-nodes/access-node-setup.mdx +++ b/docs/networks/node-ops/access-onchain-data/access-nodes/access-node-setup.mdx @@ -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 ":3569" --role access -o ./bootstrap +$ ./boot-tools/bootstrap key --address ":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 DBG will generate networking key INF generated networking key DBG will generate staking key