🥓 add ethdo and nodes as a service

This commit is contained in:
bt3gl 2022-09-23 22:08:23 -07:00 committed by GitHub
parent c2eed4ee32
commit d8c85f3621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
* [ethereum.org official page on becoming a validator](https://launchpad.ethereum.org/en/overview) * [ethereum.org official page on becoming a validator](https://launchpad.ethereum.org/en/overview)
* [ethereum.org official page on running a node](https://ethereum.org/en/run-a-node/) * [ethereum.org official page on running a node](https://ethereum.org/en/run-a-node/)
* [how to setup a validator for eth staking guide](https://www.coincashew.com/coins/overview-eth/guide-or-how-to-setup-a-validator-on-eth2-mainnet)
* [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> <br>
@ -24,9 +25,17 @@
<br> <br>
* [eth docker](https://eth-docker.net/docs/About/Overview) * [eth docker](https://eth-docker.net/docs/About/Overview)
* [rocketpool](https://rocketpool.net/)
* [staking deposit cli](https://github.com/ethereum/staking-deposit-cli)
* [stereum solo node infra](https://stereum.net/ethereum-node-setup/) * [stereum solo node infra](https://stereum.net/ethereum-node-setup/)
* [staking deposit cli](https://github.com/ethereum/staking-deposit-cli)
<br>
#### pool staking
<br>
* [rocketpool](https://rocketpool.net/)
* [nice node](https://www.nicenode.xyz/)
<br> <br>
@ -34,7 +43,25 @@
<br> <br>
* [nice node](https://www.nicenode.xyz/)
* [alchemy](https://www.alchemy.com/)
* [infura](https://infura.io/)
* [kaleido](https://www.kaleido.io/)
* [moralis](https://moralis.io/)
* [nownodes](https://nownodes.io/)
* [pokt](https://www.pokt.network/)
* [watchdata](https://www.watchdata.io/)
* [zmok](https://zmok.io/)
* [quicknode](https://www.quicknode.com/)
* [rivt](https://rivet.cloud/)
* [sensei](https://www.senseinode.com/)
* [settlemint](https://console.settlemint.com/)
* [ankr](https://www.ankr.com/)
* [blockdaemon](https://blockdaemon.com/)
* [chainstack](https://chainstack.com/)
* [figment](https://datahub.figment.io/)
* [getblock](https://getblock.io/)
* [infstones](https://infstones.com/)
<br> <br>
@ -97,5 +124,7 @@
<br> <br>
* [validator key generator](https://wagyu.gg/)
* [jwt decoder](https://jwt.io/) * [jwt decoder](https://jwt.io/)
* [eth staker](https://ethstaker.cc/) * [eth staker](https://ethstaker.cc/)
* [cli for managing tasks](https://github.com/wealdtech/ethdo)