mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-20 15:40:27 -04:00
🌭 add Ethereum Beacon APIs
This commit is contained in:
parent
28b8603f6a
commit
6bfd8f6a10
1 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
## Notes on running an Ethereum node
|
## Nodes and validators
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -29,3 +29,12 @@
|
||||||
* the JSON-RPC API is an interface that allows us to write programs that use an Ethereum client as a gateway to an Ethereum network and blockchain.
|
* the JSON-RPC API is an interface that allows us to write programs that use an Ethereum client as a gateway to an Ethereum network and blockchain.
|
||||||
* the RPC interface is offered as an HTTP service on port 8545. For security reasons it is restricted, by default, to only accept connections from localhost.
|
* the RPC interface is offered as an HTTP service on port 8545. For security reasons it is restricted, by default, to only accept connections from localhost.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
### Tools
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
* [Ethereum Beacon APIs](https://github.com/ethereum/beacon-apis)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue