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

https://github.com/fmiras/ln.fyi

Real-time Lightning Network analytics
https://github.com/fmiras/ln.fyi

bitcoin lightning-network ln lnd tor

Last synced: 6 months ago
JSON representation

Real-time Lightning Network analytics

Awesome Lists containing this project

README

          

# ln.fyi

![image](https://github.com/user-attachments/assets/08409daa-0633-4258-a3d0-1ac75142e1c6)

ln.fyi is a real-time Lightning Network analytics platform that provides comprehensive statistics and insights about the Bitcoin Lightning Network. It offers detailed information about nodes, channels, network capacity, and other key metrics.

## Features

- ⚑️ Real-time Lightning Network statistics
- πŸ“Š Node rankings by capacity and channels
- πŸ—ΊοΈ Node location tracking and visualization
- πŸ“ˆ Historical network growth data
- πŸ’° Channel capacity analytics
- πŸ” Detailed node information and features

## Setup

1. Install dependencies:
```bash
pnpm install
```

2. Start the development server:
```bash
pnpm dev
```

3. Open [http://localhost:3000](http://localhost:3000) to view the application

## Environment Setup

Copy the `.env.example` file to `.env.local` and fill in your environment variables:

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

## License

[MIT License](LICENSE)

## Credits

This project makes use of the following excellent resources:

- [shadcn/ui](https://ui.shadcn.com/) - Beautiful and customizable components built with Radix UI and Tailwind CSS
- [mempool.space API](https://mempool.space/docs/api) - Bitcoin mempool and Lightning Network data provider