Skip to content

vivekyadav5750/react-ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Explorer - Frontend in React

This project is a frontend application built in React for exploring Ethereum. It fetches data from a backend API built in Node.js. The backend repository can be found here.

Live Server

You can access the live server of this frontend application here.

Backend Repository

The backend API used by this frontend is hosted in the following repository: Ethereum Backend API.

Setup Instructions

To set up this frontend application locally, follow these steps:

  1. Clone the repository to your local machine.
    git clone https://github.com/vivekyadav5750/react-ethereum.git
    
  2. Navigate to the project directory.
    cd react-ethereum
  3. Install dependencies using npm
    npm install
  4. Run the development server.
    npm start

Open your browser and visit http://localhost:3000 to view the application.

Usage

  • Use this frontend application to explore Ethereum-related data fetched from the backend API.
  • Interact with the provided features to view the following Ethereum data:
    1. Ethereum prices
    2. Address balances
    3. Transactions