Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 862 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 862 Bytes

Photon - Solana ZK Compression Explorer

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.

photon.helius.dev

Getting Started

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.