mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-06-06 22:18:48 -04:00
🥓 add engine api docs
This commit is contained in:
parent
2ebcf2139a
commit
3f6678b3b2
1 changed files with 12 additions and 4 deletions
|
@ -24,7 +24,8 @@
|
||||||
* [beacon chain validator ratings](https://www.rated.network/)
|
* [beacon chain validator ratings](https://www.rated.network/)
|
||||||
* [list of nodes as a service](https://ethereumnodes.com/)
|
* [list of nodes as a service](https://ethereumnodes.com/)
|
||||||
* [node watch](https://www.nodewatch.io/)
|
* [node watch](https://www.nodewatch.io/)
|
||||||
* [ethereum json-rpc api](https://ethereum.org/en/developers/docs/apis/json-rpc/)
|
* [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/)
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -51,21 +52,22 @@
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## clients software
|
## clients
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### execution clients
|
### execution layer
|
||||||
|
|
||||||
* [geth]()
|
* [geth]()
|
||||||
* [nethermind]()
|
* [nethermind]()
|
||||||
* [besu]()
|
* [besu]()
|
||||||
* [erigon]()
|
* [erigon]()
|
||||||
* [akula]()
|
* [akula]()
|
||||||
|
* [execution api specification](https://github.com/ethereum/execution-apis)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### consensus clients
|
### consensus layer
|
||||||
|
|
||||||
* [prysm](https://github.com/prysmaticlabs/prysm)
|
* [prysm](https://github.com/prysmaticlabs/prysm)
|
||||||
* [lighthouse](https://github.com/sigp/lighthouse)
|
* [lighthouse](https://github.com/sigp/lighthouse)
|
||||||
|
@ -76,6 +78,12 @@
|
||||||
|
|
||||||
<br>
|
<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/)
|
||||||
|
|
||||||
|
<br>
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue