Get the wallet address from an ENS domain name
Intro
A simple Python script retrieving the wallet address from an ENS domain name. In this example we're going to use the web3.py library. Let's go!
I just want the code
OK, if you just want the code, grab it here or ๐
from web3 import Web3
from en...
razacodes.io2 min read