Blockscan is a next.js app that uses tailwind to style used for tracking recent transaction across 3 major block chains
Clone the github repo
git clone https://github.com/Wemmons831/blockscan
cd blockscan
Then install the dependencies
npm install
To use this tool simply run
npm run dev
This will start the website on port 3000
You cab also build this app for better optimization
npm run build
Then use
npm run start
To start the app