Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/secondl1ght/amboss-demo

Explore lightning network nodes and channels
https://github.com/secondl1ght/amboss-demo

amboss bitcoin explorer lightning nodes

Last synced: about 1 month ago
JSON representation

Explore lightning network nodes and channels

Awesome Lists containing this project

README

        

# Amboss Demo - Channel Explorer

Trying out the [Amboss](https://amboss.space/) API using the `getNode` endpoint.

You can view a node's channel information in tabular and graphical formats by entering the `pubkey` into the URL path or input on the home page.

## Tech Used

- react
- next.js
- graphql
- apollo
- typescript
- chartjs
- tailwindcss
- prettier
- yarn
- deployed with vercel

## Amboss API

[API Docs](https://docs.amboss.space/api/introduction)

## Running Locally

1. `git clone` the repo and `cd` into the directory
2. run `yarn` to install the packages
3. `yarn dev` will open the app on `localhost:3000`

### Additional Scripts

`yarn format` will run prettier