🌭 add Ethereum Beacon APIs

This commit is contained in:
bt3gl 2022-09-23 02:43:40 -07:00 committed by GitHub
parent 28b8603f6a
commit 6bfd8f6a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
## Notes on running an Ethereum node
## Nodes and validators
<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 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)