https://github.com/thirdweb-example/nebula-block-explorer
An AI Powered Blockchain Explorer
https://github.com/thirdweb-example/nebula-block-explorer
Last synced: 9 months ago
JSON representation
An AI Powered Blockchain Explorer
- Host: GitHub
- URL: https://github.com/thirdweb-example/nebula-block-explorer
- Owner: thirdweb-example
- Created: 2025-01-24T16:43:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T14:05:39.000Z (about 1 year ago)
- Last Synced: 2025-02-05T15:23:31.162Z (about 1 year ago)
- Language: TypeScript
- Size: 202 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://bit.ly/3E6OmAh)
## 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.