This commit is contained in:
bt3gl 2022-09-23 05:20:22 -07:00 committed by GitHub
parent 390c8c784a
commit 19da9ae449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,36 @@
<br> <br>
### References ### resources
<br> <br>
* [ethereum's official page on running a node](https://ethereum.org/en/run-a-node/) * [ethereum's official page on running a node](https://ethereum.org/en/run-a-node/)
* [ethub docs on running a node](https://docs.ethhub.io/using-ethereum/running-an-ethereum-node/) * [ethub docs on running a node](https://docs.ethhub.io/using-ethereum/running-an-ethereum-node/)
<br>
### infrastructure
<br>
* [eth docker](https://eth-docker.net/docs/About/Overview)
<br>
### light nodes
<br>
* [running a light node with geth](https://ethereum.org/en/developers/tutorials/run-light-node-geth/) * [running a light node with geth](https://ethereum.org/en/developers/tutorials/run-light-node-geth/)
<br>
### testnets
<br>
* [running kiln testnet on a rasp pi 4](https://ethereum.org/en/developers/tutorials/run-node-raspberry-pi/) * [running kiln testnet on a rasp pi 4](https://ethereum.org/en/developers/tutorials/run-node-raspberry-pi/)