Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EVM Gateway node ops section and main page #1035

Merged
merged 33 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1c2c855
Add EVm Gateway node ops section and mainpage
franklywatson Dec 10, 2024
05015b9
Add optional docker run args
franklywatson Dec 10, 2024
b4860f1
Typo
franklywatson Dec 10, 2024
5a09a55
Added missing guidance on how to get private key for COA_KEY
franklywatson Dec 10, 2024
24ef40f
Move binary to executable location for systemctl config
franklywatson Dec 10, 2024
c6704ba
Drop duplicate mention of private key extraction
franklywatson Dec 10, 2024
8b08494
Fix title size
franklywatson Dec 10, 2024
9d9f5cb
Tweak navbar position and title
franklywatson Dec 10, 2024
29142a1
Fix naming of the wrong network
franklywatson Dec 10, 2024
b1c61d0
Add troubleshooting items
franklywatson Dec 10, 2024
8008785
Add missing bare metal startup guidance
franklywatson Dec 10, 2024
dd26cd7
Fix title case
franklywatson Dec 10, 2024
7e79976
Fix broken tab
franklywatson Dec 10, 2024
3dce83d
Made comment consistent
franklywatson Dec 10, 2024
be2eed2
Minor tidyup
franklywatson Dec 10, 2024
872d9db
Tidy up troublshooting
franklywatson Dec 10, 2024
f4b941f
Minor fixes
franklywatson Dec 10, 2024
805ac5f
remove redundant line
franklywatson Dec 10, 2024
6b1c620
Make tab titles less confusing
franklywatson Dec 10, 2024
3648e40
Add tab to use Docker image from container registry
franklywatson Dec 10, 2024
78ad0c9
Add comment to run docker images that was pulled for registry
franklywatson Dec 10, 2024
de64fb0
Link to container registry
franklywatson Dec 10, 2024
4733bed
Update docs/networks/node-ops/access-onchain-data/evm-gateway/evm-gat…
franklywatson Dec 11, 2024
02e435e
Update wording in opening description
franklywatson Dec 11, 2024
1b9ddc5
Add guidance to obtain flow cli
franklywatson Dec 11, 2024
afedece
Restore missing shell clause closure
franklywatson Dec 11, 2024
7ff7243
Minor nits
franklywatson Dec 11, 2024
83b8217
Add notice about using old versions of data dir
franklywatson Dec 12, 2024
7bcfae2
Fix mainnet height
franklywatson Dec 13, 2024
0e4952a
Add rate limits
franklywatson Dec 13, 2024
717eb72
Merge remote-tracking branch 'origin/jp/evm-node-ops-improvements' in…
franklywatson Dec 13, 2024
ec3e521
Add new config param
franklywatson Dec 17, 2024
abc1c5a
Fix naming of config for KMS key
franklywatson Dec 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add guidance to obtain flow cli
  • Loading branch information
franklywatson authored Dec 11, 2024
commit 1b9ddc55413439fd33f3e16c9f3f3bce771ccbda
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ If you don't already have a Flow account you will need to create one.

</TabItem>
<TabItem value="testnet" label="Testnet">
Install [Flow CLI](https://developers.flow.com/tools/flow-cli/install) if not already installed.

```bash
flow keys generate
```

This will output something similar to:

```bash
Expand Down
Loading