mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-02 03:06:23 -04:00
ethereum dashboards
This commit is contained in:
parent
b92b558beb
commit
066ea222a9
1 changed files with 60 additions and 62 deletions
|
@ -2,28 +2,25 @@
|
|||
|
||||
<br>
|
||||
|
||||
|
||||
<img width="500" src="https://user-images.githubusercontent.com/1130416/204161522-07e49b61-5163-42a1-ba5d-7ba45db4b3dd.png">
|
||||
|
||||
<p align="center">
|
||||
<img src="https://user-images.githubusercontent.com/1130416/204161522-07e49b61-5163-42a1-ba5d-7ba45db4b3dd.png" width="45%" align="center" style="padding:1px;border:1px solid black;"/></p>
|
||||
|
||||
<br>
|
||||
|
||||
### in this dir
|
||||
|
||||
<br>
|
||||
|
||||
* [running nodes and validators](running-a-node.md)
|
||||
* [advanced resources on running nodes and validators](running-a-node-advanced.md)
|
||||
* [searcher builder validator/sequencer](searcher-builder-validator-sequencer/)
|
||||
* [pos consensus mechanisms](pos_consensus_mechanisms.md)
|
||||
* [dets and specs for relays](relays.md)
|
||||
* [geth on kubernetes](geth_and_k8s)
|
||||
* [account abstraction](account_abstraction)
|
||||
* [blockspaces](blockspace.md)
|
||||
* [basic evm](evm-knowledge.md)
|
||||
* [the mempool](the_mempool.md)
|
||||
* [eip-1559](eip-1559.md)
|
||||
* [glossary](glossary.md)
|
||||
|
||||
* **[running nodes and validators](running-a-node.md)**
|
||||
* **[advanced resources on running nodes and validators](running-a-node-advanced.md)**
|
||||
* **[searcher builder validator/sequencer](searcher-builder-validator-sequencer/)**
|
||||
* **[pos consensus mechanisms](pos_consensus_mechanisms.md)**
|
||||
* **[dets and specs for relays](relays.md)**
|
||||
* **[geth on kubernetes](geth_and_k8s)**
|
||||
* **[account abstraction](account_abstraction)**
|
||||
* **[blockspaces](blockspace.md)**
|
||||
* **[basic evm](evm-knowledge.md)**
|
||||
* **[the mempool](the_mempool.md)**
|
||||
* **[eip-1559](eip-1559.md)**
|
||||
* **[glossary](glossary.md)**
|
||||
|
||||
|
||||
<br>
|
||||
|
@ -34,40 +31,40 @@
|
|||
|
||||
<br>
|
||||
|
||||
* [ethereum.org launchpad](https://launchpad.ethereum.org/en/)
|
||||
* [official beacon chain explorer](https://beaconscan.com/)
|
||||
* [another beacon chain explorer](https://beaconcha.in/)
|
||||
* [prater/goerli beacon chain explorer](https://prater.beaconcha.in/)
|
||||
* [beacon chain validator ratings](https://www.rated.network/)
|
||||
* [list of nodes as a service](https://ethereumnodes.com/)
|
||||
* [node watch](https://www.nodewatch.io/)
|
||||
* [archive node access](https://archivenode.io/)
|
||||
* [list of nodes as a service](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/)
|
||||
* [economics post-merge](https://docs.google.com/spreadsheets/d/15tmPOvOgi3wKxJw7KQJKoUe-uonbYR6HF7u83LR5Mj4/edit#gid=1018097491)
|
||||
* [the first 1k epochs of eth](https://ethereum.github.io/rig/posdata/notebooks/mainnet_explore.html)
|
||||
* [mev panda: data for mev-boost ecosystem](https://www.mevpanda.com/)
|
||||
* **[ethereum.org launchpad](https://launchpad.ethereum.org/en/)**
|
||||
* **[official beacon chain explorer](https://beaconscan.com/)**
|
||||
* **[another beacon chain explorer](https://beaconcha.in/)**
|
||||
* **[prater/goerli beacon chain explorer](https://prater.beaconcha.in/)**
|
||||
* **[beacon chain validator ratings](https://www.rated.network/)**
|
||||
* **[list of nodes as a service](https://ethereumnodes.com/)**
|
||||
* **[node watch](https://www.nodewatch.io/)**
|
||||
* **[archive node access](https://archivenode.io/)**
|
||||
* **[list of nodes as a service](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/)**
|
||||
* **[economics post-merge](https://docs.google.com/spreadsheets/d/15tmPOvOgi3wKxJw7KQJKoUe-uonbYR6HF7u83LR5Mj4/edit#gid=1018097491)**
|
||||
* **[the first 1k epochs of eth](https://ethereum.github.io/rig/posdata/notebooks/mainnet_explore.html)**
|
||||
* **[mev panda: data for mev-boost ecosystem](https://www.mevpanda.com/)**
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
#### consensus layer
|
||||
|
||||
* [client diversity vs. prysm usage](https://pools.invis.cloud/)
|
||||
* [consensus clients comparisons](https://www.slashed.info/)
|
||||
* **[client diversity vs. prysm usage](https://pools.invis.cloud/)**
|
||||
* **[consensus clients comparisons](https://www.slashed.info/)**
|
||||
|
||||
<br>
|
||||
|
||||
#### execution layer
|
||||
|
||||
* [ethereum mainnet stats](https://ethernodes.org/)
|
||||
* [execution clients tracker](https://etherscan.io/nodetracker)
|
||||
* **[ethereum mainnet stats](https://ethernodes.org/)**
|
||||
* **[execution clients tracker](https://etherscan.io/nodetracker)**
|
||||
|
||||
<br>
|
||||
|
||||
#### both layers
|
||||
|
||||
* [project sunshine](https://ethsunshine.com/)
|
||||
* [clients diversity](https://clientdiversity.org/)
|
||||
* **[project sunshine](https://ethsunshine.com/)**
|
||||
* **[clients diversity](https://clientdiversity.org/)**
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -79,30 +76,30 @@
|
|||
|
||||
#### execution layer
|
||||
|
||||
* [geth](https://geth.ethereum.org/)
|
||||
* [nethermind](https://nethermind.io/)
|
||||
* [besu](https://besu.hyperledger.org/en/stable/)
|
||||
* [erigon](https://github.com/ledgerwatch/erigon)
|
||||
* [akula](https://akula.app/)
|
||||
* [execution api specification](https://github.com/ethereum/execution-apis)
|
||||
* **[geth](https://geth.ethereum.org/)**
|
||||
* **[nethermind](https://nethermind.io/)**
|
||||
* **[besu](https://besu.hyperledger.org/en/stable/)**
|
||||
* **[erigon](https://github.com/ledgerwatch/erigon)**
|
||||
* **[akula](https://akula.app/)**
|
||||
* **[execution api specification](https://github.com/ethereum/execution-apis)**
|
||||
|
||||
<br>
|
||||
|
||||
#### consensus layer
|
||||
|
||||
* [prysm](https://github.com/prysmaticlabs/prysm)
|
||||
* [lighthouse](https://github.com/sigp/lighthouse)
|
||||
* [teku](https://github.com/ConsenSys/teku)
|
||||
* [nimbus](https://nimbus.team/)
|
||||
* [lodestar](https://lodestar.chainsafe.io/)
|
||||
* **[prysm](https://github.com/prysmaticlabs/prysm)**
|
||||
* **[lighthouse](https://github.com/sigp/lighthouse)**
|
||||
* **[teku](https://github.com/ConsenSys/teku)**
|
||||
* **[nimbus](https://nimbus.team/)**
|
||||
* **[lodestar](https://lodestar.chainsafe.io/)**
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
#### engine api
|
||||
|
||||
* [engine api docs](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md)
|
||||
* [ethereum json-rpc api](https://ethereum.org/en/developers/docs/apis/json-rpc/)
|
||||
* **[engine api docs](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md)**
|
||||
* **[ethereum json-rpc api](https://ethereum.org/en/developers/docs/apis/json-rpc/)**
|
||||
|
||||
|
||||
<br>
|
||||
|
@ -115,16 +112,17 @@
|
|||
|
||||
<br>
|
||||
|
||||
* [resources on private order flows](https://github.com/go-outside-labs/mev-toolkit/tree/main/private_order_flows)
|
||||
* [proposer/block builder separation-friendly fee market designs](https://ethresear.ch/t/proposer-block-builder-separation-friendly-fee-market-designs/9725)
|
||||
* [mev on eth2 talk by vitalik](https://www.youtube.com/watch?v=OD54WfVuDWw&list=PLRHMe0bxkuel3w3C7P_WVvp9ShLi3HKRI&index=30)
|
||||
* [updates on pbs video by barnabe monnot](https://archive.devcon.org/archive/watch/6/updates-on-proposer-builder-separation/?tab=YouTube)
|
||||
* [Ethereum Proof-of-Stake Consensus Specifications](https://github.com/ethereum/consensus-specs/tree/dev/specs)
|
||||
* [Increasing censorship resistance of transactions under proposer/builder separation (PBS), by Vitalik et al](https://notes.ethereum.org/@vbuterin/pbs_censorship_resistance)
|
||||
* [Weak Subjectivity in Eth2.0](https://notes.ethereum.org/@adiasg/weak-subjectvity-eth2)
|
||||
* [Ethereum Proof-of-Stake Consensus Specifications](https://github.com/ethereum/consensus-specs)
|
||||
* [order flow, auctions, and centralization (flashbots)](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-i-a-warning/258)
|
||||
* [awesome rpc endpoints](https://github.com/arddluma/awesome-list-rpc-nodes-providers)
|
||||
* [seeing like a protocol, by barnabe](https://barnabe.substack.com/p/seeing-like-a-protocol)
|
||||
* [pbs links, by domothy, ef](https://notes.ethereum.org/@domothy/pbs_links)
|
||||
* [local bundle simulation with anvil](https://www.degencode.com/p/local-bundle-simulation-with-anvil)
|
||||
* **[resources on private order flows](https://github.com/go-outside-labs/mev-toolkit/tree/main/private_order_flows)**
|
||||
* **[proposer/block builder separation-friendly fee market designs](https://ethresear.ch/t/proposer-block-builder-separation-friendly-fee-market-designs/9725)**
|
||||
* **[mev on eth2 talk by vitalik](https://www.youtube.com/watch?v=OD54WfVuDWw&list=PLRHMe0bxkuel3w3C7P_WVvp9ShLi3HKRI&index=30)**
|
||||
* **[updates on pbs video by barnabe monnot](https://archive.devcon.org/archive/watch/6/updates-on-proposer-builder-separation/?tab=YouTube)**
|
||||
* **[Ethereum Proof-of-Stake Consensus Specifications](https://github.com/ethereum/consensus-specs/tree/dev/specs)**
|
||||
* **[Increasing censorship resistance of transactions under proposer/builder separation (PBS), by Vitalik et al](https://notes.ethereum.org/@vbuterin/pbs_censorship_resistance)**
|
||||
* **[Weak Subjectivity in Eth2.0](https://notes.ethereum.org/@adiasg/weak-subjectvity-eth2)**
|
||||
* **[Ethereum Proof-of-Stake Consensus Specifications](https://github.com/ethereum/consensus-specs)**
|
||||
* **[order flow, auctions, and centralization (flashbots)](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-i-a-warning/258)**
|
||||
* **[awesome rpc endpoints](https://github.com/arddluma/awesome-list-rpc-nodes-providers)**
|
||||
* **[seeing like a protocol, by barnabe](https://barnabe.substack.com/p/seeing-like-a-protocol)**
|
||||
* **[pbs links, by domothy, ef](https://notes.ethereum.org/@domothy/pbs_links)**
|
||||
* **[local bundle simulation with anvil](https://www.degencode.com/p/local-bundle-simulation-with-anvil)**
|
||||
* **[ethereum dashboards](https://github.com/superphiz/dashboards)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue