Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 672 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 672 Bytes

nebula-block-explorer

An AI Powered Blockchain Explorer - Nebula

Demo Project

This is a demo project to showcase the capabilities of Nebula. It is a simple blockchain explorer that allows you to search for transactions, smart contracts, and blocks on any EVM-compatible blockchain.

Sign up for the Nebula Early Access

How to use

  1. Clone the repository
  2. Run pnpm install
  3. Run yarn run dev
  4. Open the browser and go to http://localhost:3000

Important Note:

  1. You need to provide your thirdweb API key in the scripts/Nebula.mjs file.
  2. You need to provide your thirdweb client ID in the src/app/client.ts file.