Skip to content

edyionescu/ethereum-block-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Block Explorer

Explore the latest blocks and transactions, as well as their details on the Ethereum blockchain, using the Alchemy SDK.

demo

block

transaction

Usage

  1. Open the /client folder from terminal.
  2. Run npm install to install all the dependencies.
  3. Run npm run dev to start the application .
  4. Visit the application at http://localhost:5173/.
  1. Open the /server folder from terminal.

  2. Run npm install to install all the dependencies.

  3. 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
      
  4. Run npm run dev to start the server.

About

Explore Ethereum blockchain with Alchemy SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages