generated at
2/12/2025, 7:06:04 PM
Web3.js でノードに接続している peer の数を取得
example.js
web3.eth.net.getPeerCount() .then(console.log);
#howto