Explore the latest blocks and transactions, as well as their details on the Ethereum blockchain, using the Alchemy SDK.
Client (React, React Router, TanStack Query, Vite, Tailwind CSS)
- Open the
/client
folder from terminal. - Run
npm install
to install all the dependencies. - Run
npm run dev
to start the application . - Visit the application at http://localhost:5173/.
Server (Express, Alchemy SDK)
-
Open the
/server
folder from terminal. -
Run
npm install
to install all the dependencies. -
Create an Alchemy API Mainnet key as described here.
-
Create an empty
.env
file and copy the contents of.env.example
. -
Replace
YOUR_ALCHEMY_API_KEY
with your key.ALCHEMY_API_KEY=YOUR_ALCHEMY_API_KEY
-
-
Run
npm run dev
to start the server.