Web3: How to Check if ETH Address is Valid

Shmoji
1 min readSep 25, 2021

This is going to be a super simple tutorial that will cover how to check if an Ethereum address is indeed a valid address.

Here is the video tutorial if you prefer that.

This tutorial starts from a newly created Next JS project. Also, make sure to install the web3 library.

--

--