🍭 clean up readme and docs

This commit is contained in:
bt3gl 2022-09-23 05:35:37 -07:00 committed by GitHub
parent b3d7d62c85
commit dddb6eb44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,25 @@
* a custom data directory, which we define with `GETH_DATADIR`
* a custom `NetworkID` , which we set `137`
<br>
---
<br>
### documentation for this work
<br>
* [genesis block explanation](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/geth_and_k8s/genesis_block_explanation.md)
* [deployment on gcp and docker](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/geth_and_k8s/deployment_gcp_docker.md)
* [deployment of geth in gcp + kubernetex](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/geth_and_k8s/deployment_gcp_k8s.md)
* [running a node in ethereum with geth](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/geth_and_k8s/running-a-node-geth.md)
* [geth creation commands](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/geth_and_k8s/geth_creation_commands.md)
<br>
---
<br>
@ -28,10 +47,7 @@
- serve the network and provides data on request.
<br>
### interacting with the client
* interacting with the client:
<br>
@ -51,7 +67,7 @@ web3.fromWei(eth.getBalance("2ee8D80de1c389f1254e94bc44D2d1Bc391eD402"), "ether"
```
#### txpool api
##### txpool api
* access to several non-standard RPC methods to inspect the contents of the transaction pool containing all the currently pending transactions as well as the ones queued for future processing:
@ -60,20 +76,15 @@ txpool
```
<br>
#### useful checks
##### useful checks
```bash
admin.nodeInfo
```
<br>
### setting this chain on metamask
##### setting this chain on metamask
@ -87,6 +98,9 @@ Chain ID: 137
<br>
---
<br>
### references