Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. [root@localhost ~]# npm view web3 version
  2. 1.0.0-beta.55
  3.  
  4. Welcome to the Geth JavaScript console!
  5.  
  6. instance: Geth/v1.8.27-stable/linux-amd64/go1.12.4
  7. coinbase: 0x3c46b43e683b5addd7e66b3d1d958854ffb58361
  8. at block: 2337 (Thu, 30 May 2019 07:11:39 EDT)
  9. datadir: /root/eth/node1/data
  10. modules: admin:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 txpool:1.0 web3:1.0
  11.  
  12. > web3.version
  13. {
  14. api: "0.20.1",
  15. ethereum: "0x3f",
  16. network: "123456",
  17. node: "Geth/v1.8.27-stable/linux-amd64/go1.12.4",
  18. whisper: undefined,
  19. getEthereum: function(callback),
  20. getNetwork: function(callback),
  21. getNode: function(callback),
  22. getWhisper: function(callback)
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement