A developer oriented and stateless explorer for Starknet.
- 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_CHAIN_ID=YOUR_CHAIN_ID
VITE_IS_EMBEDDED=true- Run the app
bun run dev