This is a Next.js project bootstrapped with create-next-app
.
Its a clone of Etherscan.
First, add your Moralis API Key to .env file as shown in .env.example file inside backend folder.
cd into 'backend' folder then start express server:
cd backend
npm install
npm run start
open another terminal window and navigate to 'frontend' folder to run Next.js:
cd frontend
npm install
npm run dev
to build, run:
cd frontend
npm install
npm run build
Open http://localhost:3000 with your browser to see the result.