Skip to content

hackazer/blockchain-ens-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This script is small compilation with choices to check for:

  • Latest blocks -> eth_blockNumber
  • Current Balance -> eth_getBalance
  • Getting transaction count -> eth_getTransactionCount
  • Resolving ENS domain name to wallet address -> with web3.py ENS API library

With added features to check on Goerli and Sepolia instead of default in mainnet

How to use:

  • Unzip the files (make sure index.py, sepolia.py, and goerli.py are in the same folder)
  • run "python index.py"
  • Type 1 or 2 when asked for ENS domain name:
    • "1" : Will use the default quicknode.eth ENS domain
    • "2" : you may choose and enter custom domain.eth ENS domain (such as vitalik.eth)
  • Type "y" and/or "y" again for the second choice to also check in goerli and/or sepolia
    • Type "y" then "y" : will check on both Sepolia and goerli
    • Type "y" then "n" : will check on goerli only
    • Type "n" then "y" : will check on sepolia only
    • Type "n" then "n" : will check on mainnet only

Note:

About

Blockchain ENS Domain name resolver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages