🍭 clean up readme

This commit is contained in:
bt3gl 2022-09-23 05:29:50 -07:00 committed by GitHub
parent 5788f65239
commit f25dfc05cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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