| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ethereum Graph Viewer is a D3.js-based web application that visualizes Ethereum transaction relationships. It allows users to enter an Ethereum address and view a graph representing the transaction interactions with the given address up to a specified depth level.
To set up the Ethereum Graph Viewer on your local machine, follow these steps:
Clone the Repository
git clone [repository URL]
cd ethereum-graph-viewerInstall Dependencies
npm run build
Environment Variables
ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY>
Start the Application
npm run startOnce the application is running:
| Back | FazBrowse Home | New Git URL |