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

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

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.