mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-29 20:26:09 -04:00
🍭 clean up readme
This commit is contained in:
parent
5788f65239
commit
f25dfc05cf
@ -38,27 +38,24 @@
|
|||||||
|
|
||||||
##### getting total coinbase
|
##### getting total coinbase
|
||||||
|
|
||||||
```
|
```bash
|
||||||
> web3.fromWei(eth.getBalance(eth.coinbase), "ether")
|
web3.fromWei(eth.getBalance(eth.coinbase), "ether")
|
||||||
```
|
```
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
##### getting a balance from an account
|
##### getting a balance from an account
|
||||||
|
|
||||||
```
|
```bash
|
||||||
web3.fromWei(eth.getBalance("2ee8D80de1c389f1254e94bc44D2d1Bc391eD402"), "ether")
|
web3.fromWei(eth.getBalance("2ee8D80de1c389f1254e94bc44D2d1Bc391eD402"), "ether")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
#### 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:
|
* 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:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
txpool
|
txpool
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -68,7 +65,7 @@ txpool
|
|||||||
|
|
||||||
#### useful checks
|
#### useful checks
|
||||||
|
|
||||||
```
|
```bash
|
||||||
admin.nodeInfo
|
admin.nodeInfo
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -80,9 +77,9 @@ admin.nodeInfo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
* click a `Custom RPC` network and add:
|
* click a `custom RPC` network and add:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
Network Name: "<project name>"
|
Network Name: "<project name>"
|
||||||
New RPC URL: localhost
|
New RPC URL: localhost
|
||||||
Chain ID: 137
|
Chain ID: 137
|
||||||
|
Loading…
x
Reference in New Issue
Block a user