https://github.com/roosoft/lightning_libgraph
Proof of Concept to load part of the Lightning network in an Elixir native graph engine
https://github.com/roosoft/lightning_libgraph
Last synced: 3 months ago
JSON representation
Proof of Concept to load part of the Lightning network in an Elixir native graph engine
- Host: GitHub
- URL: https://github.com/roosoft/lightning_libgraph
- Owner: RooSoft
- Created: 2022-03-21T19:40:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T17:59:39.000Z (over 4 years ago)
- Last Synced: 2025-01-17T06:27:22.011Z (over 1 year ago)
- Language: Elixir
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LightningLibgraph
Heavily based on [Tony Hammond's Native graph data in Elixir](https://medium.com/@tonyhammond/native-graph-data-in-elixir-8c0bb325d451)
## Prerequisite
Make sure you rename `config.secret.exs.template` to `config.secret.exs` and fill out with the appropriate info
## Usage
In IEx, just issue that command
```elixir
g = LightningLibgraph.load_graph
```
And then `g` will contain the lightning network graph.