Explorer
June 17, 2025 ยท View on GitHub

Explorer
A developer oriented and stateless explorer for Starknet.
Using for your Starknet network
- Clone the repository
git clone https://github.com/cartridge-gg/explorer.git
- Install dependencies
We use bun to install the dependencies but you can use any other package manager.
bun install
- Create a
.envfile and use the.env.exampleas a template.
VITE_RPC_URL=YOUR_RPC_URL
VITE_IS_EMBEDDED=true
VITE_CARTRIDGE_API_URL=http://localhost:8000
- Run the app
bun run dev