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
.env
file and use the.env.example
as a template.
VITE_RPC_URL=YOUR_RPC_URL
VITE_CHAIN_ID=YOUR_CHAIN_ID
VITE_IS_EMBEDDED=true
- Run the app
bun run dev