playground

The world is a playground.

Web3.js でノードに接続している peer の数を取得

web3.eth.net.getPeerCount()
.then(console.log);