Open-Source blockchain explorer project for "Alchemy University Blockhain Ethereum Course".
- Clone the repository:
git clone https://github.com/mrberenben/blockexplorer.git - Navigate to the cloned directory:
cd blockexplorer - Install dependencies using pnpm:
pnpm install - Start the development server:
pnpm dev - Open your browser and go to
http://localhost:5173/to view the application
