Welcome to the Etherscan Clone project! This project aims to replicate the functionality of Etherscan using the Etherscan API, Next.js, and Tailwind CSS.
-
Move back to the project root directory:
cd EtherScan
-
Install frontend dependencies:
npm install
-
Run the development server for the frontend:
npm run dev
-
Backend: The backend is built using Node.js and utilizes the Etherscan API to fetch Ethereum blockchain data.
-
Frontend: The frontend is developed with Next.js, a React framework, providing a fast and efficient user interface. Tailwind CSS is used for styling, ensuring a clean and responsive design.
We welcome contributions to enhance and improve the project. Feel free to submit issues, feature requests, or pull requests.
Happy coding!