File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
tools/dApp-development/tutorials Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ Depending on the extent to which you're looking to participate in different netw
44
55 It's always a good idea to first read and understand the *minimum* and *recommended* system requirements for any node that you choose to deploy to the PoS network.
66
7- | Validator node | Full node | Access node | Archive node |
8- | :-------------------------------------------------------- : | :--------------------------------------------------------- : | :------------------------: | : ----------: |
9- | [ Prerequisites] ( validator/prerequisites.md ) * (Read me!)* | [ Requirements] ( full-node/full-node-system-requirements.md ) | [ Full guide] ( access-node.md ) | [ Full guide ] ( erigon-archive-node.md ) |
10- | [ Binaries] ( validator/validator-binaries.md ) | [ Binaries] ( full-node/full-node-binaries.md ) | - | - |
11- | [ Ansible] ( validator/validator-ansible.md ) | [ Ansible] ( full-node/full-node-ansible.md ) | - | - |
12- | [ Packages] ( validator/validator-packages.md ) | [ Packages] ( full-node/full-node-packages.md ) | - | - |
13- | - | [ Docker] ( full-node/full-node-docker.md ) | - | - |
14- | - | [ GCP] ( full-node/full-node-gcp.md ) | - | - |
7+ | Validator node | Full node | Archive node |
8+ | :------------------------------------------------------: | :--------------------------------------------------------: | :----------------------------------: |
9+ | [ Prerequisites] ( validator/prerequisites.md ) * (Read me!)* | [ Requirements] ( full-node/full-node-system-requirements.md ) | [ Full guide] ( erigon-archive-node.md ) |
10+ | [ Binaries] ( validator/validator-binaries.md ) | [ Binaries] ( full-node/full-node-binaries.md ) | - |
11+ | [ Ansible] ( validator/validator-ansible.md ) | [ Ansible] ( full-node/full-node-ansible.md ) | - |
12+ | [ Packages] ( validator/validator-packages.md ) | [ Packages] ( full-node/full-node-packages.md ) | - |
13+ | - | [ Docker] ( full-node/full-node-docker.md ) | - |
14+ | - | [ GCP] ( full-node/full-node-gcp.md ) | - |
File renamed without changes.
Original file line number Diff line number Diff line change 345345 - Using Ansible : pos/how-to/full-node/full-node-ansible.md
346346 - Using packages : pos/how-to/full-node/full-node-packages.md
347347 - Using GCP : pos/how-to/full-node/full-node-gcp.md
348- - Run an access node : pos/how-to/access-node.md
349348 - Run an Erigon archive node : pos/how-to/erigon-archive-node.md
350349 - Troubleshoot nodes :
351350 - Technical FAQs : pos/how-to/troubleshoot/technical-faqs.md
411410 - Add Polygon network : tools/wallets/metamask/add-polygon-network.md
412411 - Configure custom tokens : https://support.metamask.io/managing-my-tokens/custom-tokens/how-to-display-tokens-in-metamask/
413412 - Import accounts : https://support.metamask.io/managing-my-wallet/accounts-and-addresses/how-to-import-an-account/
413+ - dApp building essentials :
414+ - Interact with a node RPC : tools/dApp-development/tutorials/access-node.md
414415 - Build smart contracts :
415416 - On PoS :
416417 - Hardhat : tools/dApp-development/common-tools/hardhat.md
@@ -676,6 +677,7 @@ plugins:
676677 ' zkEVM/how-to/index.md ' : ' zkEVM/get-started/index.md'
677678 ' cdk/concepts/index.md ' : ' cdk/concepts/layer2s.md'
678679 ' tools/matic-js/installation.md ' : ' tools/matic-js/get-started.md'
680+ ' pos/how-to/access-node.md ' : ' tools/dApp-development/tutorials/access-node.md'
679681
680682
681683validation :
You can’t perform that action at this time.
0 commit comments