Skip to content

Commit 53fe093

Browse files
committed
updated readme
1 parent f77f781 commit 53fe093

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,15 @@ cd ethereum-api
4949
npm install
5050
npm start
5151
```
52-
in new terminal
52+
in new terminal check if connected and what accounts you have on the node
5353
```
5454
curl http://localhost:3000/api/eth/syncing
5555
{"nodeSynced":true}
56+
http://localhost:3000/api/eth/accounts
57+
{"accounts":["0xAb7faf7bDAE1B9D0F757e2a8aB120619b388C4c6","0x451E62137891156215d9D58BeDdc6dE3f30218e7","0x22B55D4cc5cE3E32Ee31B0684172E2BCE9F722e7","0x71c9625B0005F20d264775cfF8fc9FB1BEf96525","0x48E5A9807A1C862CeB00a9867c1b57dF02b8F1Fe","0xb7B3FaD7d81C5D2e09Dc464Fec36AC6b4e1B04d3","0x16e665134A1A3b048b2d9aFdB612Bd34CAc0F35C","0xcCFf4FEa69126b9E2c7ce02d69d7c5205657e722","0x032D0Fa0AD21aa5a50C6c6e13D9d14a9550457C5","0x20032730927fB07C46e20FD3725C1f77b04cd4ee"]}
5658
```
5759

60+
5861
## Getting Started
5962

6063
Please read [notes](#notes) for important information before developing.

0 commit comments

Comments
 (0)