Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 849 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 849 Bytes

This is a Next.js project bootstrapped with create-next-app.

Its a clone of Etherscan.

Running Project

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.

Screenshots

HomePagePreview

HomePage

SearchResultPreview

SearchResult