Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibre committed Dec 21, 2023
1 parent 30a4790 commit a8af914
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Contents/blockchain/Ethereum/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ Check the account balance
web3.fromWei(eth.getBalance('0x7e932ab056a3dce4bcdd73092430c3f967e1bea3'), 'ether');
```

Get latest block number:

```bash
eth.blockNumber
```

Make sure `8545`, `3334`, `30311` and `37608` ports are open

```bash
Expand Down

0 comments on commit a8af914

Please sign in to comment.