jamiew / network-explorer

Home Page:https://explorer.helium.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helium Network Explorer

Development

Installation

Requirements: Node.js 16.8 or later

Install pnpm if you haven't already, for example using brew:

brew install pnpm

Download the dependencies:

pnpm install

Add environment variables:

cp .env.example .env.local

Add your Dune API key Setup a PostgreSQL database and add your DATABASE_URL. (It will default to using an in memory database if you don't set one up).

Run locally

Then, run the development server:

pnpm dev

Open http://localhost:3000 in your browser.

About

https://explorer.helium.com

License:Apache License 2.0


Languages

Language:TypeScript 98.2%Language:JavaScript 1.7%Language:CSS 0.1%Language:Shell 0.0%