Photon provides an easy and efficient way to explore all your ZK Compression transactions, designed with simplicity in mind and ready for local deployment. Whether you're a developer looking to dive deep into compression data or just exploring transactions, Photon is built to give you fast, straightforward insights.
Follow these steps to get the Photon Explorer running locally on your machine.
Clone the repository:
git clone https://github.com/heliuslabs/photon-explorer.git
Install dependencies:
pnpm install
Setup environment variables:
cp .env.example .env
Run the development server:
pnpm run dev
Open http://localhost:3000 with your browser to see the result.