Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/secondl1ght/amboss-demo
- Owner: secondl1ght
- Created: 2022-12-13T22:24:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T03:13:25.000Z (about 1 year ago)
- Last Synced: 2024-12-03T07:07:29.101Z (about 1 month ago)
- Topics: amboss, bitcoin, explorer, lightning, nodes
- Language: TypeScript
- Homepage: https://amboss-demo.vercel.app
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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