Web3JS Online
Viem Online
Webhooks, Alerts, and a simple API.
The getAddress function takes an Ethereum address as input and returns a checksum-encoded version of the address. The function supports EIP-1191, which means that it can handle addresses on different networks (e.g., mainnet, testnet) and will return the checksum-encoded address in the format specified by the chain ID.
The function takes two parameters:
The function returns a string representing the checksum-encoded address.
Here are some examples of how to use the getAddress function: