Skip to content

Build your own Etherscan with web3 and Flask

Notifications You must be signed in to change notification settings

satishsurath/web3py-etherscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build your own Etherscan with web3.py

Before you run it

In order to run the code, you need to have a (Free) account created at https://infura.io/ Once you have an account:

Run it

pip3 install -r requirements.txt

export FLASK_APP=app

export FLASK_ENV=development

flask run

Screenshot:

alt="Etherscan Webapp Screenshot"

Reference:

Video Tutorial: https://www.youtube.com/watch?v=XcHNWuMietY

About

Build your own Etherscan with web3 and Flask

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 50.5%
  • HTML 49.5%