Skip to content

davidde/ethblox

Repository files navigation

Ethereum Blockexplorer with Next.js, Typescript and Tailwind CSS

This is the Alchemy Ethereum Developer Bootcamp Week 3 project.
The starter code and assignment are available here.
I migrated it to Next.js, bootstrapped with create-next-app.

Most prominent technologies used:

Running the project locally

  • Clone this repo, and cd into it in your terminal:
    git clone https://github.com/davidde/ethblox
    cd ethblox
  • First, install the project's packages:
    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  • Then, start the development server:
    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
    This will start the Next.js development server on port 3005 (set in package.json > scripts > dev), so open http://localhost:3005 in the browser to see the result.

About

Ethereum Blockchain Explorer with Next.js and TailwindCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published