storm_rpc

Crates.iostorm_rpc
lib.rsstorm_rpc
version0.9.0
sourcesrc
created_at2022-06-21 07:47:05.546191
updated_at2023-02-06 19:04:52.259724
descriptionStorm node RPC API
homepage
repository
max_upload_size
id610086
size19,945
Dr. Maxim Orlovsky (dr-orlovsky)

documentation

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

$ 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 .
Commit count: 0

cargo fmt