- Open your terminal and run the command
$ git clone https://github.com/abhi1506manu/Etherscan-Clone.git
$cd Etherscan-Clone
- To install dependencies for backend
$ cd backend
$ npm install
- To install dependencies for frontend
$ cd frontend
$ npm install
- Create a
.env
file in the backend directory and add your moralisapi-key
API_KEY = smajhbbxhsjsjiuhsx
- To run the backend
$ cd backend/
$ npm start
To run the frontend
$ cd frontend/
$ npm run dev