Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helius-labs/photon-explorer

Photon - Solana ZK Compression Explorer
https://github.com/helius-labs/photon-explorer

compression explorer helius solana zk

Last synced: 3 months ago
JSON representation

Photon - Solana ZK Compression Explorer

Awesome Lists containing this project

README

        

# 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](https://photon.helius.dev)

# Getting Started

Follow these steps to get the Photon Explorer running locally on your machine.

Clone the repository:

```bash
git clone https://github.com/heliuslabs/photon-explorer.git
```

Install dependencies:

```bash
pnpm install
```

Setup environment variables:

```bash
cp .env.example .env
```

Run the development server:

```bash
pnpm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.