Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 1.66 KB

README.md

File metadata and controls

71 lines (52 loc) · 1.66 KB

Lumen: Solana NFT Explorer

Welcome to Lumen, an efficient NFT Explorer for Solana, designed to illuminate the intricate world of NFTs. This project was crafted as a submission for the mini-hackathon organized by Helius.

Introduction

Lumen is crafted to bridge the gap between various NFT information sources in the Solana ecosystem. By leveraging the power of Helius DAS API, Lumen offers a unified experience in NFT exploration.

Features

  • Various Search Methods: Define your search intention; be it by owner address, mint address, authority address, collection address, or creator address.
  • Efficient Navigation: Experience seamless navigation through a world of NFTs.
  • Download Capabilities: Get access to mint lists and download as required.
  • Helius DAS API Powered: Backed by the robustness of the Helius DAS API.

Setup & Local Development

This is a Next.js project. Here's how to get it up and running:

  1. Clone the Repository:
git clone https://github.com/sultanpeyek/lumen
  1. Install Dependencies:
npm install
# or
yarn
# or
pnpm install
  1. Run the Development Server:
npm run dev
# or
yarn dev
# or
pnpm dev

Visit http://localhost:3000 to view the app in action.

Built With

  • Helius DAS API
  • Next.js
  • Tailwind CSS
  • shadcn UI
  • React Icons
  • TanStack Table

Feedback & Contributions

Your insights make Lumen better! Feel free to drop feedback, report issues, or contribute to the Lumen GitHub repository.