An AI Powered Blockchain Explorer - Nebula
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
- Clone the repository
- Run
pnpm install
- Run
yarn run dev
- Open the browser and go to
http://localhost:3000
- You need to provide your thirdweb API key in the
scripts/Nebula.mjs
file. - You need to provide your thirdweb client ID in the
src/app/client.ts
file.