Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helius-labs/photon-explorer
- Owner: helius-labs
- License: apache-2.0
- Created: 2024-10-08T14:59:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T07:27:26.000Z (4 months ago)
- Last Synced: 2024-10-19T10:13:08.880Z (4 months ago)
- Topics: compression, explorer, helius, solana, zk
- Language: TypeScript
- Homepage: https://photon.helius.dev
- Size: 6.65 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.