目录
const Web3 = require('web3') const web3 = new Web3('https://mainnet.infura.io/v3/YOUR_INFURA_API_KEY') // YOUR_INFURA_API_KEY替换为你自己的key // 查询最新区块 web3.eth.getBlockNumber().then(console.log)
$ node app
8718170