7 releases

0.9.0 Feb 6, 2023
0.9.0-rc.1 Dec 27, 2022
0.8.0 Jul 30, 2022
0.8.0-alpha.1 Jun 21, 2022

#7 in #lightning-network

Download history 1/week @ 2023-12-18 2/week @ 2023-12-25 4/week @ 2024-02-12 15/week @ 2024-02-19 33/week @ 2024-02-26 19/week @ 2024-03-04 23/week @ 2024-03-11 18/week @ 2024-03-18

94 downloads per month
Used in 8 crates (5 directly)

MIT license

20KB
436 lines

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):

$ 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:

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

lib.rs:

Storm node client usually calls storm application-specific services (chat, storage, search etC). Outside of that scope there are very small number of requests which may be done directly to the main storm daemon.

Dependencies

~25MB
~395K SLoC