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
- Host: GitHub
- URL: https://github.com/fmiras/ln.fyi
- Owner: fmiras
- License: mit
- Created: 2024-11-25T03:35:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T00:16:09.000Z (10 months ago)
- Last Synced: 2025-03-28T00:41:34.156Z (7 months ago)
- Topics: bitcoin, lightning-network, ln, lnd, tor
- Language: TypeScript
- Homepage: https://ln.fyi
- Size: 692 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ln.fyi

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