This Gist demonstrates basic interactions with the Ethereum blockchain using the Web3.js library. You can:
- Connect to the Ethereum mainnet via Infura.
- Fetch the latest block number.
- Check the ETH balance of any Ethereum address.
- Node.js installed
- Web3.js installed (
npm install web3) - A valid Infura project URL
Replace 'YOUR_INFURA_PROJECT_ID' with your actual Infura project ID.