Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Storm-WG/storm-node

Extension daemons for LNP Node implementing Storm protocol
https://github.com/Storm-WG/storm-node

Last synced: about 2 months ago
JSON representation

Extension daemons for LNP Node implementing Storm protocol

Awesome Lists containing this project

README

        

# Storm node

Provides distributed storage & messaging for lightning network.

## Run with Docker

### Build

Clone the repository and checkout to the desired version (here `v0.8.0-beta.1`):

```console
$ git clone https://github.com/Storm-WG/storm-node
$ cd storm-node
$ git checkout v0.8.0-beta.1
```

Build and tag the Docker image:

```console
$ docker build -t storm-node:v0.8.0-beta.1 .
```