blockexplorer

Ethereum Insider

Ethereum Logo

Project Description

Ethereum Insider is an advanced blockchain explorer for the Ethereum network. This project allows users to search and display details of the latest blocks and transactions on the Ethereum network. The project uses Alchemy SDK to fetch data from the Ethereum network and React to display this information.

Key features of the project include:

This project is still in development, and more features will be added soon.

Project URL

You can access the live version of the project here.

Project Origin

This project was created as an assignment for a course at Alchemy University, where students gain practical experience using the Alchemy SDK and developing decentralized applications.

Installation and Running the Project

Requirements

Installation

  1. Clone this repository:
git clone https://github.com/adrian-13/blockexplorer.git
cd ethereum-insider
  1. Install dependencies:
npm install
# or
yarn install
  1. Create a .env file in the root directory of the project and add your Alchemy API key:
REACT_APP_ALCHEMY_API_KEY=your_alchemy_api_key

Running the Project

After installing the dependencies and setting up the environment variables, start the application:

npm start

The application will run on http://localhost:3000.

Project Structure

Contributing

Contributions are welcome! If you are interested in contributing to the project, please open a pull request or create an issue on GitHub.